02.11.2015, 15:58
Hello Everyone.
I want to create a function which checks that if a player is in a specified area of south, east, west and north boundaries with specified land id( which that player owns)
For Example i tried here:
I am sure its wrong can anyone help me with it?
I want to create a function which checks that if a player is in a specified area of south, east, west and north boundaries with specified land id( which that player owns)
For Example i tried here:
PHP код:
stock IsPlayerAtLand(playerid, landid)
{
new Float: landMinX == west, Float: landMiny == south;
if GetPlayerPos(playerid, west, south);
return true;
}