SA-MP Forums Archive
Help me to know something please - 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: Help me to know something please (/showthread.php?tid=94516)



Help me to know something please - Taz86 - 30.08.2009

Hey

I got this

pawn Код:
new Float:DDM[5][3] = { //ddm spawns
    { 2767.5149,-2509.2649,13.6276 },
    { 2736.0215,-2475.4282,13.6484 },
    { 2745.9658,-2453.4641,16.6562 },
    { 2770.4778,-2394.7488,13.6328 },
    { 2725.9927,-2414.9211,13.6328 }
};

And I wanna know what the 5 and 3 does

the 5 its how much Tps they are, but what the [3] Does?


Re: Help me to know something please - DeathOnaStick - 30.08.2009

heyho... the 3 tells you that everyone of the 5 has 3 values like this:

{ first value, second value, third value}
.
.
.

here it is { X, Y, Z}

and the 5 is just the number.

Greetings, DeathOnaStick


Re: Help me to know something please - Taz86 - 30.08.2009

Got it :P


Thanks mate

Tazz


Re: Help me to know something please - DeathOnaStick - 30.08.2009

No prob, dude