28.07.2008, 18:40
Look what exacly i have is this:
if (strcmp("/allah", cmdtext, true) == 0)
new Float
;
new Float:y;
new Float:z;
GetPlayerPos(playerid, x, y, z);
CreateExplosion(x, y, z, 3, 10);
{
return 1;
}
return 0;
}
...
Tell me wahts wrong please :S.
Btw thanks for answering all my noob questions
if (strcmp("/allah", cmdtext, true) == 0)
new Float
;new Float:y;
new Float:z;
GetPlayerPos(playerid, x, y, z);
CreateExplosion(x, y, z, 3, 10);
{
return 1;
}
return 0;
}
...
Tell me wahts wrong please :S.
Btw thanks for answering all my noob questions

