How do i make this?
#1

I wanna make when a player enters the vehicle it should be like WARNING: This car is owned by %s [The car owner..] and then the Car Name: %s [The one he's entering Example infernus] Please i really need this
Reply
#2

which gm u r using? Is thier any vehicle owanble in that?
Reply
#3

Yeah there is im using A Roleplay server I think its somewhere in public OnPlayerEnterVehicle i will put it`? can you tell me a code please.
Reply
#4

show your onplayerentervehicle codes
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)