OnPlayerText [HELP]
#7

Use semi-colons, not commas! There's a BIG difference between the two, especially in programming!

pawn Code:
for(new i = 0, i < MAX_PLAYERS, i++)
should be:

pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
Reply


Messages In This Thread
OnPlayerText [HELP] - by Avi Raj - 24.03.2013, 18:23
Re: OnPlayerText [HELP] - by arjanforgames - 24.03.2013, 18:36
Re: OnPlayerText [HELP] - by Avi Raj - 25.03.2013, 03:00
Re: OnPlayerText [HELP] - by Pottus - 25.03.2013, 03:06
Re: OnPlayerText [HELP] - by Avi Raj - 25.03.2013, 04:02
Re: OnPlayerText [HELP] - by Avi Raj - 25.03.2013, 04:18
Re: OnPlayerText [HELP] - by Scenario - 25.03.2013, 04:22
Re: OnPlayerText [HELP] - by Avi Raj - 25.03.2013, 04:24

Forum Jump:


Users browsing this thread: 1 Guest(s)