How to make to player can enter in checkpoint only if he is in veh id 411 ?
#5

Код:
{
	if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 411)
	{
		if(ArrivedAtCheckPoint[playerid] == 1)
		{
                      //SCRIPT YOUR SHIT
                }
                else return SendClientMessage(playerid, color, "You are not at the Checkpoint yet");
        }
        else return SendClientMessage(playerid, color, "This is not the right vehicle to enter the checkpoint");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)