26.07.2008, 18:49
When the error is "undefined symbol: x".
What i have to do?
The script im doing is:
if (strcmp("/allah", cmdtext, true) == 0)
GetPlayerPos(playerid, x, y, z);
CreateExplosion(x, y, z, 3, 10);
{
return 1;
}
return 0;
}
I know its possible really bad... and you are possibly lauhging about it...
Im not too good at scripting.
What i have to do?
The script im doing is:
if (strcmp("/allah", cmdtext, true) == 0)
GetPlayerPos(playerid, x, y, z);
CreateExplosion(x, y, z, 3, 10);
{
return 1;
}
return 0;
}
I know its possible really bad... and you are possibly lauhging about it...
Im not too good at scripting.