• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] GetName() Stops working when logging off

Status
Not open for further replies.

Mathias

Exalted Member
Hey! for some reason when i am trying to execute a query when the player logs off i just get some string when doing player->GetName();

this is my query
Code:
CharacterDatabase.PExecute("REPLACE INTO `table` (`name`, `Value2`, `Value4`, `Value5`) VALUES ('%s', %u, %u, %u)", player->GetName(), some variable, some variable, some variable);

http://prntscr.com/5pa6l6
 

Mathias

Exalted Member
Ofc i am not using repack *_* and i am not using a portable mysql this is c++ i am wondring about not sql in general
 
Status
Not open for further replies.
Top