Doing it correct?
#2

Well,you're doing it kinda correct,just that you must start with 0(Gun[0]) not 1(Gun[1]),and why have you declared 13 slots,12 are enough.Plus you haven't assigned values to the variables.Example:
pawn Код:
new Float:Pos[3];
new Float:x,Float:y,FLoat:z;
GetPlayerPos(playeird,x,y,z);
Pos[0]=x;//assigning value
Pos[1]=y;//same
Pos[2]=z;//same
I hope you understand now.
Reply


Messages In This Thread
Doing it correct? - by RollTi - 16.04.2012, 07:40
Re: Doing it correct? - by Cjgogo - 16.04.2012, 07:48
Re: Doing it correct? - by RollTi - 16.04.2012, 07:55
Re: Doing it correct? - by RollTi - 16.04.2012, 08:03
Re: Doing it correct? - by Cjgogo - 16.04.2012, 08:07
Re: Doing it correct? - by RollTi - 16.04.2012, 08:08
Re: Doing it correct? - by Cjgogo - 16.04.2012, 08:09
Re: Doing it correct? - by xxxDunecatxxx - 16.04.2012, 08:10
Re: Doing it correct? - by Cjgogo - 16.04.2012, 08:12
Re: Doing it correct? - by Cjgogo - 16.04.2012, 08:14

Forum Jump:


Users browsing this thread: 1 Guest(s)