28.08.2009, 23:31
Idea: GhostTT
Made: I.
Slightly obtuse include,but can somebody come in handy ))
My old FS.
This Include - slightly Simplify your this scripting live .
With this simple include, you can check whether the player is sitting in the:
Planes, helicopters, Bike, Boat, a normal car (109), RC cars,
On the bike, taxi, in the car the police, in the car firefighters, in the ambulance, a bus - single line:
How to use:
1.Download Archive.
2.from archive copy the file SCVM.inc in your file with includes(/pawno/include)
3.In Start your gamemode add:
#include <SCVM>
SCVM - Simple Check Vehicle Model.
Downloads:
http://solidfiles.com/d/qu5k
Made: I.
Slightly obtuse include,but can somebody come in handy ))
My old FS.
This Include - slightly Simplify your this scripting live .
With this simple include, you can check whether the player is sitting in the:
Planes, helicopters, Bike, Boat, a normal car (109), RC cars,
On the bike, taxi, in the car the police, in the car firefighters, in the ambulance, a bus - single line:
pawn Code:
IsPlayerInAirplane(playerid); // Players in Planes
IsPlayerInHelicopter(playerid); // Players in helicopters
IsPlayerInBike(playerid); // Players in Bike
IsPlayerInVelo(playerid); // Players in Bike(Bicycles)
IsPlayerInBoat(playerid); // Players in Boats
IsPlayerInCar(playerid); // Players in normal car(109)
IsPlayerInRCCar(playerid); // Players in RC car
IsPlayerInTaxiCar(playerid); // Players in taxi car
IsPlayerInCopCar(playerid); // Players in Police Car
IsPlayerInAmbulCar(playerid); // Players in ambulance car
IsPlayerInFireTruck(playerid); // Players in firefighters car
IsPlayerInBusCar(playerid); // Players in bus
1.Download Archive.
2.from archive copy the file SCVM.inc in your file with includes(/pawno/include)
3.In Start your gamemode add:
#include <SCVM>
SCVM - Simple Check Vehicle Model.
Downloads:
http://solidfiles.com/d/qu5k
Sorry me for bad English..if he if he really bad.