Need Help/ I'm stuck.
#6

Quote:

ConeConter++;
Cone[ConeCounter] = CreateObject(1238, X, Y, Z-0.6, 0.0, 0.0, A+2);
ConeP[ConeCounter] = CreateObject(1238, X, Y, Z-0.6, 0.0, 0.0, A+2);

your creating to cones here ?

Quote:

ConeConter++;
Cone[ConeCounter] = CreateObject(1238, X, Y, Z-0.6, 0.0, 0.0, A+2);

Thats better :P

And

Quote:

ConeConter++;

Thats counting for every player make it

Quote:

ConeConter[playerid]++;

you will have to do that to all the ConeCounter integers,
and make

Quote:

new ConeCounter; || new ConeCounter = 0;

Into this

Quote:

ConeConter[MAX_PLAYERS]++;

and then each player should be able to make 4 cones each not 8
Reply


Messages In This Thread
Need Help/ I'm stuck. - by wiZaK - 25.02.2009, 21:34
Re: Need Help/ I'm stuck. - by Daren_Jacobson - 25.02.2009, 21:36
Re: Need Help/ I'm stuck. - by Streetplaya - 25.02.2009, 21:38
Re: Need Help/ I'm stuck. - by wiZaK - 25.02.2009, 21:40
Re: Need Help/ I'm stuck. - by wiZaK - 25.02.2009, 21:43
Re: Need Help/ I'm stuck. - by JaYmE - 25.02.2009, 21:51
Re: Need Help/ I'm stuck. - by wiZaK - 25.02.2009, 22:13
Re: Need Help/ I'm stuck. - by wiZaK - 25.02.2009, 22:51
Re: Need Help/ I'm stuck. - by JaYmE - 25.02.2009, 23:23

Forum Jump:


Users browsing this thread: 4 Guest(s)