20.12.2013, 17:57
Tony please don't bump the thread on the same day , re-read sa-mp forums rules if you didn't stop that you maybe banned
@Topic , what is your saving processor you use ? Y_INI etc...
EDIT : You missed OnPlayerConnect to set his name back by using 'SetPlayerName' Function again that's why it won't load his name again
example
@Topic , what is your saving processor you use ? Y_INI etc...
EDIT : You missed OnPlayerConnect to set his name back by using 'SetPlayerName' Function again that's why it won't load his name again
example
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerName(playerid,PlayerInfo[playerid][name]);// of course you need to change that to your enum 'PlayerInfo' thing was just an example.
return 1;
}