[Ajuda] Retirar Cinto Depois de Sair do Carro
#1

Boas Tardes Amigos!
Estou com um problema aqui no script:

Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
	if(CintoStatus[playerid] == 1)
	{
	    PlayerActionMessage(playerid,15.0,"retirou o cinto de seguranзa.");
	    CintoStatus[GetPlayerVehicleID(playerid)] = 0;
	}
	if(CapaceteStatus[playerid] == 1)
	{
	    PlayerActionMessage(playerid,15.0,"retirou o capacete.");
	    CapaceteStatus[GetPlayerVehicleID(playerid)] = 0;
	    RemovePlayerAttachedObject(playerid, SLOT);
	}
	return 1;
}
Jб compilei e ao sair do carro/mota nгo acontece nada.
Poderiam me ajudar?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)