13.05.2014, 19:00
If this doesn't works then show some above lines, before 'new PlayerName[....'
pawn Код:
new PlayerName[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
new tmp3[16]; // you don't really need 50 for this, 16 is enough!
GetPlayerIp(playerid, tmp3, sizeof(tmp3));