20.08.2012, 17:53
pawn Код:
checkcmdposition:warp(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 4.0, -1484.2582, 2653.3225, 55.8359))
{
{
SendClientMessage(playerid, COLOR_GREEN, "You can checkcmdposition in this position");
}
}
else
{
SendClientMessage(playerid, COLOR_GREEN, "You can't checkcmdposition on this position");
}
return 1;
}