26.04.2010, 19:18
I have an arena of DM and do not want planes passing through there, if they pass is going to explode?
Originally Posted by Jaked
I have an arena of DM and do not want planes passing through there, if they pass is going to explode?
|
new
Float:x,
Float:y,
Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
CreateExplosion(x, y, z, 7, 10.0);