INT VW problem
#2

pawn Код:
IsAtNameChange(playerid, interiorid, virtual_world)
{
    return IsPlayerInRangeOfPoint(playerid, 3.0, 1488.7249 ,-1771.5569, 18.7958) && GetPlayerInterior(playerid) == interiorid && GetPlayerVirtualWorld(playerid) == virtual_world;
}
Example:
pawn Код:
if (IsAtNameChange(playerid, 0, 1))
If player is in range and their interior is 0 and virtual world is 1, do something.
Reply


Messages In This Thread
INT VW problem - by SoFahim - 25.05.2015, 14:53
Re: INT VW problem - by Konstantinos - 25.05.2015, 14:58
Re: INT VW problem - by SoFahim - 25.05.2015, 15:03
Re: INT VW problem - by Konstantinos - 25.05.2015, 15:06
Re: INT VW problem - by SoFahim - 25.05.2015, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)