14.10.2011, 11:46
Hello
i did this code
it's not remove the player from the vehicle
what to do?
it's train
it's send the client message but it's not removeplayerfromvehicle
i did this code
pawn Код:
if(newcar == 304)
{
if(PlayerInfo[playerid][pAdmin] > 0) { }
else if(!IsAnInstructor(playerid))
{
SendClientMessage(playerid,COLOR_GREY," only admins can drive on train !");
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
}
}
what to do?
it's train
it's send the client message but it's not removeplayerfromvehicle