06.01.2011, 21:34
Okay so i have been trying to setup some team vehicles for my VIP system and i have come across some problems.
After following a tut with slight changes the team vehicles worked for the first vehicle i added but every other vehicle i enter that is set under the team doesnt seem to work, anyone here care to help out?
Pastebin Link
http://pastebin.com/e6ArEaWM
I have also had that code like this
But i had same result so i tried it the pastebin link way last but >< can anyone see anything im missing?
Thanks - Barney
After following a tut with slight changes the team vehicles worked for the first vehicle i added but every other vehicle i enter that is set under the team doesnt seem to work, anyone here care to help out?
Pastebin Link
http://pastebin.com/e6ArEaWM
I have also had that code like this
Quote:
new CarCheck = GetPlayerVehicleID(playerid); if(CarCheck == Cars[VIPVEHICLES] || CarCheck == Car[VIPVEHICLES] || ..................) { if(RPLLogged[playerid] != 2) { RemovePlayerFromVehicle(playerid); SendClientMessage(playerid, COLOR_RED, "This Vehicle is for level 2 V.I.P Members only"); return 1; } |
Thanks - Barney