23.11.2012, 17:49
pawn Код:
if (strcmp("/blow", cmdtext, true, 10) == 0)
{
if(GetPlayerSkin(playerid) == 111 && (IsPlayerInRangeOfPoint(playerid, 5.0,3908.1470,-2664.6038,0.8423))//5 should be the first
{
CreateExplosion(0,0,0,0,0);//0 wont create explosion
}else return SendClientMessage(playerid, COLOR_AQUA,"(!):{FFFFFF}You are not near a field gun");
return 1;
}