Can somebody help me?
#8

You used GetName(playerid) function in your code and you gave him GetNameEx(playerid) which will output another error.

pawn Код:
GetName(playerid) {

    new sz_playerName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, sz_playerName, MAX_PLAYER_NAME);
    return sz_playerName;
}
This code should be posted anywhere in your script outside of any function or callback. (e.g. After all '}' of a function are closed)
Reply


Messages In This Thread
Can somebody help me? - by Blunt - 14.09.2011, 19:55
Re: Can somebody help me? - by Dokins - 14.09.2011, 20:00
Re: Can somebody help me? - by Kush - 14.09.2011, 20:05
Re: Can somebody help me? - by Blunt - 14.09.2011, 20:07
Re: Can somebody help me? - by Dokins - 14.09.2011, 20:08
Re: Can somebody help me? - by Blunt - 14.09.2011, 20:10
Re: Can somebody help me? - by Dokins - 14.09.2011, 20:24
Re: Can somebody help me? - by scottyishere - 14.09.2011, 20:30

Forum Jump:


Users browsing this thread: 1 Guest(s)