IsPlayerInRangeOfPoint
#4

Ya, since IsPlayerInAnyVehicle is meant for "any" vehicle, it doesn't needs extra arguments. But IsPlayerInVehicle requires a certain car:
pawn Код:
new car;
car = CreateVehicle(model, x, y, z ...);
if(IsPlayerInVehicle(playerid) == car) return FUNCTION;
Reply


Messages In This Thread
IsPlayerInRangeOfPoint - by Tessar - 27.12.2010, 19:47
Re: IsPlayerInRangeOfPoint - by blackwave - 27.12.2010, 19:50
Re: IsPlayerInRangeOfPoint - by Tessar - 27.12.2010, 19:52
Re: IsPlayerInRangeOfPoint - by blackwave - 27.12.2010, 19:54
Re: IsPlayerInRangeOfPoint - by Tessar - 27.12.2010, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)