If you want to enter a specific vehicle ID, you need a specific skin
#10

You can use this too!

Код:
if(GetVehicleModel(vehicleid) == 520)
	{
    if(GetPlayerScore(playerid) < 500 && GetPlayerSkin(playerid) != 121)
    {
        SendClientMessage(playerid, COLOR_RED, "MESSAGE");
        RemovePlayerFromVehicle(playerid);
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)