Some help, please!
#2

pawn Код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
    if(GetVehicleModel(vehicleid) == 520)
    {
        if(GetPlayerScore(playerid) < 3)
        {
            ApplyAnimation(playerid,"CARRY","crry_prtial",4,0,0,0,0,1);
            SendClientMessage(playerid,color,"Your score isn;t enough.");
            return 1;
        }
    }
    return 1;
}
Reply


Messages In This Thread
Some help, please! - by Setkus - 10.08.2011, 19:15
Re: Some help, please! - by =WoR=Varth - 10.08.2011, 19:25
Re: Some help, please! - by Setkus - 10.08.2011, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)