What's wrong with this?? - 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)
+--- Thread: What's wrong with this?? (
/showthread.php?tid=403510)
What's wrong with this?? -
megamind2067 - 30.12.2012
NVM FIXED!
Re : What's wrong with this?? -
DaRk_RaiN - 30.12.2012
Nothing wrong with that line look before that, you put the
, character on the last coords.
In short you did this
{x, y, z},
{x, y, z},
{x, y, z},
{x, y, z}
,
When you should have done this
{x, y, z},
{x, y, z},
{x, y, z},
{x, y, z}
Re: What's wrong with this?? -
hydravink - 30.12.2012
[nvm i was wrong] And show us the full error.. God, what the * man? -.- FACEPALM.
Re: What's wrong with this?? -
megamind2067 - 30.12.2012
THAT WAS THE FULL ERROR
Re : What's wrong with this?? -
[HRD]Mar1 - 30.12.2012
example:
new Float:RandomSpawnSNIPERDM[][4] = {
{x,y,z,angle},
{x,y,z,angle},
{x,y,z,angle} // look at this line
};