02.06.2013, 21:24
Nгo Funcionou
PHP код:
stock IsPlayerInPatio(playerid)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
if(x >= 1809.6727 && y >= -1881.9595 && x <= 1748.0808 && y <= -1943.0172) return 1;
else return 0;
}