Scripting Help with Playertopoint
#3

pawn Код:
if (GetPlayerInterior(i) == 0)
{
    // code..
}
or
pawn Код:
if (!GetPlayerInterior(i))
{
    // code..
}
and it's recommended not to use PlayerToPoint but IsPlayerInRangeOfPoint instead.
Reply


Messages In This Thread
Scripting Help with Playertopoint - by tysanio - 24.02.2014, 16:46
Re: Scripting Help with Playertopoint - by tysanio - 24.02.2014, 17:38
Re: Scripting Help with Playertopoint - by Konstantinos - 24.02.2014, 17:45
Re: Scripting Help with Playertopoint - by tysanio - 24.02.2014, 19:19
Re: Scripting Help with Playertopoint - by MP2 - 24.02.2014, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)