SA-MP Forums Archive
Some crap about indexing... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Some crap about indexing... (/showthread.php?tid=73688)



Some crap about indexing... - DMSOrg - 17.04.2009

never mind. I solved my problem by adding these lines of code:
Код:
new medic = medic;
new police = police;
and changed the [ x ] to [medic] and [police] and the variables to 1.


Re: Some crap about indexing... - StrickenKid - 17.04.2009

at the top is it only:

new x911Step[MAX_PLAYERS];

or does it have more?

edit: kk