16.08.2016, 16:11
this
replace with this
Код:
stock PlayerRPName(playerid) { new name[MAX_PLAYER_NAME]; strmid(name, str_replace('_', ' ', PlayerName(playerid)), 0, MAX_PLAYER_NAME); //486 return name; }
Код:
stock PlayerRPName(playerid) { new name[MAX_PLAYER_NAME]; strmid(name, str_replace('_', '_', PlayerName(playerid)), 0, MAX_PLAYER_NAME); //486 return name; }