How do i make this?
#5

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new Model = GetVehicleModel(vehicleid);
    if(Model == 427 && !ispassenger)
    {
        GetPlayerArmour(playerid, StoreArmour[playerid]);
    }
    if(PlayerTied[playerid] != 0) { ClearAnimations(playerid); }
    if(PlayerCuffed[playerid] != 0) { ClearAnimations(playerid); }
    return 1;
}
Reply


Messages In This Thread
How do i make this? - by Youwannaplayarough?OKAY! - 11.03.2012, 09:34
Re: How do i make this? - by Shabi RoxX - 11.03.2012, 09:36
Re: How do i make this? - by Youwannaplayarough?OKAY! - 11.03.2012, 09:37
Re: How do i make this? - by Shabi RoxX - 11.03.2012, 09:40
Re: How do i make this? - by Youwannaplayarough?OKAY! - 11.03.2012, 09:42

Forum Jump:


Users browsing this thread: 1 Guest(s)