Error array
#3

It's supposed you use GetName to return the player's name directly and not using GetPlayerName and storing the name. Why are you trying to store to an integer the name? Either use "GetName(playerid)" or "o":
pawn Код:
new o[MAX_PLAYER_NAME];
GetPlayerName(playerid, o, MAX_PLAYER_NAME);
Reply


Messages In This Thread
Error array - by ridhoswasta - 23.06.2014, 14:05
Re: Error array - by Barnwell - 23.06.2014, 14:10
Re: Error array - by Konstantinos - 23.06.2014, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)