05.08.2011, 04:16
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(gTeam[playerid] == TEAM_ZOMBIE) {
SendClientMessage(playerid,ADMIN_RED,"Error: Zombies cant drive!!");
RemovePlayerFromVehicle(playerid,vehicleid);
return 1;
}
can anyone help me with this?
i kno im missing the action to eject the player but idk how to eject that player can you please help me?
{
if(gTeam[playerid] == TEAM_ZOMBIE) {
SendClientMessage(playerid,ADMIN_RED,"Error: Zombies cant drive!!");
RemovePlayerFromVehicle(playerid,vehicleid);
return 1;
}
can anyone help me with this?
i kno im missing the action to eject the player but idk how to eject that player can you please help me?