Few Errors
#6

This is because your ENUM has a Variable name "PlayerName" and your Function Name is PlayerName.
HERE:
PHP код:
enum dInfo
{
PlayerMoney,
PlayerScore,
BanTime,
PlayerName,////////////////////This one is Conflicting
Houses[10],
RulesRead,
MissionText
}
new 
APlayerData[MAX_PLAYERS][dInfo];
AND
stock PlayerName(playerid)//////////This one
{
//Returns the Name

When you call PlayerName(playerid), the script goes BOOOM.. Have a good day <3
Reply


Messages In This Thread
Few Errors - by Jhony_Blaze - 10.12.2014, 22:09
Re: Few Errors - by imSaint - 10.12.2014, 22:28
Re: Few Errors - by Mic_H - 11.12.2014, 03:05
Re: Few Errors - by Divergent - 11.12.2014, 04:08
Re: Few Errors - by Jhony_Blaze - 11.12.2014, 09:57
Re: Few Errors - by Mic_H - 11.12.2014, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)