What's wrong with this??
#1

NVM FIXED!
Reply
#2

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}
Reply
#3

[nvm i was wrong] And show us the full error.. God, what the * man? -.- FACEPALM.
Reply
#4

THAT WAS THE FULL ERROR
Reply
#5

example:

new Float:RandomSpawnSNIPERDM[][4] = {
{x,y,z,angle},
{x,y,z,angle},
{x,y,z,angle} // look at this line
};
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)