03.02.2013, 20:19
change
to
Код:
new str[128]; GetPlayerName(playerid, str, sizeof(str)); format(str, sizeof(str), "%s has respawned all unoccupied vehicles", str);
Код:
new str[128] ,adminName[MAX_PLAYER_NAME]; GetPlayerName(playerid, adminName, sizeof(adminName)); format(str, sizeof(str), "%s has respawned all unoccupied vehicles", adminName);