what's wrong ?
#7

I got it defined under 'enum'

Код:
// Setup all the fields required for the player data (Speedometer TextDraw, current job, ...)
enum TPlayerData
{
	PlayerName[24], // Holds the name of the player
Like that. I don't know if that's the correct way, but if I add

Код:
stock PlayerName(playerid) 
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    return name;
}
It will say that I already have 'GetPlayerName' and 'PlayerName' defined.
Reply


Messages In This Thread
what's wrong ? - by Jhony_Blaze - 16.12.2014, 14:51
Re: what's wrong ? - by Eth - 16.12.2014, 14:55
Re: what's wrong ? - by NoDi522 - 16.12.2014, 15:03
Re: what's wrong ? - by Jhony_Blaze - 16.12.2014, 15:14
Re: what's wrong ? - by UltraScripter - 16.12.2014, 15:21
Re: what's wrong ? - by Threshold - 16.12.2014, 15:27
Re: what's wrong ? - by Jhony_Blaze - 16.12.2014, 15:41
Re: what's wrong ? - by Threshold - 16.12.2014, 15:46
Re: what's wrong ? - by Jhony_Blaze - 16.12.2014, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)