whats wrong with this cmd
#5

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_PASSENGER || newstate == PLAYER_STATE_DRIVER)
    {
        if(gTeam[playerid] == TEAM_ZOMBIE)
        {
            SendClientMessage(playerid,ADMIN_RED,"Error: Zombies cant drive!!");
            RemovePlayerFromVehicle(playerid,vehicleid);
            return 1;
        }
     }
    return 1;
}
Reply


Messages In This Thread
whats wrong with this cmd - by best_killa - 05.08.2011, 04:16
Re: whats wrong with this cmd - by Kitten - 05.08.2011, 07:46
Re: whats wrong with this cmd - by best_killa - 05.08.2011, 22:28
Re: whats wrong with this cmd - by Emmet_ - 05.08.2011, 22:45
Re: whats wrong with this cmd - by Adil - 05.08.2011, 22:53
Re: whats wrong with this cmd - by best_killa - 05.08.2011, 23:39
Re: whats wrong with this cmd - by windartist - 06.08.2011, 01:46
Re: whats wrong with this cmd - by suhrab_mujeeb - 06.08.2011, 09:47

Forum Jump:


Users browsing this thread: 2 Guest(s)