Some help, please!
#1

Hey, guys!
I want to ask for you some help. Is there any way that for example player didnt have 50xp and he gets into hydra and some title says: You need 50xp to enter in hydra. Please help me if this possible. I hope you understand me
Reply
#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
#3

Oh, thanks, dude!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)