undefined symbol "GetName"
#2

Add This on the same place :-
pawn Код:
new GetName[MAX_PLAYER_NAME];
GetPlayerName(playerid, GetName, sizeof(GetName));
or Add This somewhere in your GameMode :-
pawn Код:
stock GetName(playerid)
{
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    return pName;
}
Reply


Messages In This Thread
undefined symbol "GetName" - by EzioRock - 17.05.2014, 08:15
Re: undefined symbol "GetName" - by SAMProductions - 17.05.2014, 08:21
Re: undefined symbol "GetName" - by Smileys - 17.05.2014, 08:22
Re: undefined symbol "GetName" - by EzioRock - 17.05.2014, 08:27

Forum Jump:


Users browsing this thread: 1 Guest(s)