I need Something
#3

But I got This

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new Model = GetVehicleModel(vehicleid);
    if(Model == 427 && !ispassenger)
    {
        GetPlayerArmour(playerid, StoreArmour[playerid]);
    }
    if(PlayerTied[playerid] != 0)
    {
        ClearAnimations(playerid);
        SendClientMessage(playerid,COLOR_LIGHTRED,"You Have Enterd a Vhe");
    }
    if(PlayerCuffed[playerid] != 0)
    {
        ClearAnimations(playerid);
    }
    {
        SendClientMessage(playerid,COLOR_LIGHTRED,"Please Drive the way you would In real life to Avoid Admin Jail");
    }
    return 1;
}
Reply


Messages In This Thread
I need Something - by seanny - 16.07.2011, 20:52
Re: I need Something - by Setkus - 16.07.2011, 20:55
Re: I need Something - by seanny - 16.07.2011, 21:21
Re: I need Something - by Shockey HD - 16.07.2011, 21:51

Forum Jump:


Users browsing this thread: 1 Guest(s)