whats wrong with this cmd
#7

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(gTeam[playerid] == TEAM_ZOMBIE) {
        if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
        {
            new vehicleid = GetPlayerVehicleID(playerid);
            if(GetVehicleModel(vehicleid) == CARID)
            {
                GameTextForPlayer(playerid,"Zombie's Cant Drive Cuz You Have No Lisence ||HaHA",1000,4);
                RemovePlayerFromVehicle(playerid);
            }
        }
    }
    return 1;
}
This Is Correct Code LoL
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)