20.02.2009, 14:24
I get it from my server :
use GetPlayerName(playerid, pName, sizeof(pName))
and then use (string, sizeof(string), "Welcome Citzen %s .", pName);
Код:
new pName[MAX_PLAYER_NAME]; new string[128]; GetPlayerName(playerid, pName, sizeof(pName)); format(string, sizeof(string), "Welcome Citzen %s .", pName); SendClientMessageToAll(COLOR_WHITE, string); SavePos[playerid][SavedPos] = 1;
and then use (string, sizeof(string), "Welcome Citzen %s .", pName);