undefined symbol "GetName"
#3

do you have a function called GetName( playerid )?

if not, add this;

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)