13.05.2014, 19:10
Like where are you using this? What are your intentions with it.
Is it inside a command like this?
Is it inside a command like this?
Код:
CMD:whatever(playerid, params[]) { new PlayerName[MAX_PLAYER_NAME], string[128]; //file[256]; GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME); new tmp3[50]; GetPlayerIp(playerid,tmp3,50); // MORE CODE OF COURSE return 1; }