ONPLAYERENTERVEHICLE help
#2

Код:
new GsfCar[2];

GsfCar[0] = CreateVehicle ... // ID 1
Create Vehicle ... // ID 2
Create Vehicle ... // ID 3
Create Vehicle ... // ID 4
GsfCar[1] = CreateVehicle ... // ID 5

// So you got the offset 1-5

OnPlayerEnterVehicle() {
if(vehicleid>=GsfCar[0]&&GsfCar[1]<=vehicleid) {
// This is a GSF Car
// Check if you belong to GSF , if not ClearAnimation
}
}
Or just move onto 2017 and write a dynamic car system where you save the 'GangID' and check if you belong to it.
Reply


Messages In This Thread
ONPLAYERENTERVEHICLE help - by n00blek - 10.10.2017, 16:29
Re: ONPLAYERENTERVEHICLE help - by whadez - 10.10.2017, 16:32
Re: ONPLAYERENTERVEHICLE help - by Prokill911 - 10.10.2017, 16:32
Re: ONPLAYERENTERVEHICLE help - by n00blek - 10.10.2017, 16:38
Re: ONPLAYERENTERVEHICLE help - by Kraeror - 10.10.2017, 16:38
Re: ONPLAYERENTERVEHICLE help - by n00blek - 10.10.2017, 16:40
Re: ONPLAYERENTERVEHICLE help - by Kraeror - 10.10.2017, 16:42
Re: ONPLAYERENTERVEHICLE help - by Prokill911 - 10.10.2017, 16:43
Re: ONPLAYERENTERVEHICLE help - by whadez - 10.10.2017, 16:44
Re: ONPLAYERENTERVEHICLE help - by Prokill911 - 10.10.2017, 16:50

Forum Jump:


Users browsing this thread: 2 Guest(s)