Any Idea
#3

you forgot to declare the enum of PlayerData[][] in your script. the line 577 shows that its not global initialized. i dont get this "new 500=123456789" - a string should not start with a numerical character. try
Код:
new FiveHundret=1234567890;
ah, the enum could look like this:
Код:
enum ePlayerData{
	Step,
	put,
	more,
	here (and dont forget to leave the comma here out in this last line. the enum ends.)
}
new gPlayerData[MAX_PLAYERS][ePlayerData];//pay attentioin to the "e" and "g" i put as prefix. it means "e"numered and "g"lobal...
later then you can easily change a
Код:
gPlayerData[playerid][Step]=1;
Reply


Messages In This Thread
Any Idea - by [eLg]OneOfAKind - 24.05.2011, 08:59
Re: Any Idea - by Seven_of_Nine - 24.05.2011, 10:16
Re: Any Idea - by Babul - 24.05.2011, 11:03
Re: Any Idea - by cs_master - 24.05.2011, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)