15.10.2013, 13:05
Hello everyone! I'm trying to script anti-bike fall off on my script, and I know how to do it with using OnPlayerStateChange() function, etc...
But, the problem is with intregers... I want the player to have anti-fall off on bikes only... I tried to store the intregers using arrays:
But, another problem is that I wasn't even able to make the stock that would check if the player is in a vehicle that has any of those models, and if he is, It should return a TRUE value...
I'd really like you guys to help me with this, thanks in advance.
But, the problem is with intregers... I want the player to have anti-fall off on bikes only... I tried to store the intregers using arrays:
Код:
new BikeModels[5][] = { "448", "461", "462", "463", "468" };
I'd really like you guys to help me with this, thanks in advance.