25.06.2013, 09:39
Hello,
Here's my problem, i'm trying to make a vehicle lock system but i'm stuck here;
It works, however even when I am in the correct "team" it kicks me out of the vehicle, what am I doing wrong ?
Thank you,
K9Alex
Here's my problem, i'm trying to make a vehicle lock system but i'm stuck here;
Код:
if(gteam[playerid] != Team_Fire) { SendClientMessage(playerid, COLOR_YELLOW, "(INFO) You are not authorised to use that vehicle."); RemovePlayerFromVehicle(playerid); }
Thank you,
K9Alex