[Ajuda] Como fazer apenas uma classe entrar em certos veiculo
#6

Tipo tem um tutorial ensinando isso mais ai vai:

Код:
new carrotime[2] //Coloca o numero dos carros.
Код:
public OnGameModeInit()
{
carrotime[0] = AddStaticVehicle(id,x,y,z);
carrotime[1] = AddStaticVehicle(id,x,y,z);
return 0;
}
Ai poe na
public OnPlayerEnterVehicle

if(variavel do time)
{
//funзao
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, cor, "Este carro nao e do seu time entao vaza.");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)