Loop problem
#7

When you do that loop it makes playerid to i.

With loop this will be correct:
SetPlayerScore(i, 1234);

without loop this will be correct:
SetPlayerScore(playerid, 1234);
Reply


Messages In This Thread
Loop problem - by nesty - 25.01.2010, 16:26
Re: Loop problem - by akis_tze - 25.01.2010, 16:28
Re: Loop problem - by nesty - 25.01.2010, 16:57
Re: Loop problem - by ¤Adas¤ - 25.01.2010, 17:04
Re: Loop problem - by nesty - 25.01.2010, 17:08
Re: Loop problem - by ¤Adas¤ - 25.01.2010, 17:10
Re: Loop problem - by Niixie - 25.01.2010, 17:11
Re: Loop problem - by nesty - 25.01.2010, 17:17
Re: Loop problem - by ¤Adas¤ - 25.01.2010, 17:41
Re: Loop problem - by nesty - 25.01.2010, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)