Can some help me with these errors and warning?
#5

Quote:
Originally Posted by ArmandoRamiraz
Посмотреть сообщение
#define GetPlayerNameExt(playerid)


Delete that "define" and in your script (near other stocks) add this:
Код:
stock GetPlayerNameExt( playerid )
{
    new lsName[ MAX_PLAYER_NAME ];
    GetPlayerName( playerid, lsName, MAX_PLAYER_NAME );
    return lsName;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)