14.07.2010, 09:34
How can I do that when you are in a protected area, you can not steal a car or shooting.
Like I prohibits the use of a key "Enter" or "Click"
Like I prohibits the use of a key "Enter" or "Click"
if(newkeys == KEY_SECONDARY_ATTACK) { if (IsPlayerInArea(playerid, 1524.33, -2279.55, 1709.12, -2384.77)) { format(string,sizeof(string),"Esti in safe zone"); SendClientMessage(playerid, COLOR_LIGHTBLUE, string); return 1; } }
if(newkeys == KEY_SECONDARY_ATTACK)
{
if (IsPlayerInArea(playerid, 1524.33, -2279.55, 1709.12, -2384.77))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE,"Esti in safe zone");
return 1;
}
}