20.10.2011, 05:19
I have made this command which creates explosion similar to /airstrike but i don't know how to get the position of player who uses this command
can u help me please ! 
can u help me please ! 
Код:
if (strcmp("/cannonfire", cmdtext, true, 10) == 0)
{
CreateExplosion(x, y, z, 6, 15);//cordinates to be written yet :D
SendClientMessage(playerid, 0xFF0000FF, "Cannon fire on your position in 6 Seconds and counting!");
return 1;
}


