[Ajuda] como fazer um veiculo ser usado apenas quem tem um PlayerInfo[playerid][Caminhoneiro] = 1;
#4

Quote:
Originally Posted by ZaHHak
Посмотреть сообщение
Sу um exemplo, tome como base.

Код:
CAMINHAO(carid)
{
	if(GetVehicleModel(carid) == 414 ||GetVehicleModel(carid) == 456)
	{
		return 1;
	}
	return 0;
}
public OnPlayerStateChange(playerid, newstate, oldstate)
{
	if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_ENTER_VEHICLE_DRIVER)
	{
		new autoid = GetPlayerVehicleID(playerid);
		if(CAMINHAO(autoid))
		{
			if(!PlayerInfo[playerid][Caminhoneiro])
			{
				SendClientMessage(playerid,-1,"Vocк nгo й caminhoneiro!");
				RemovePlayerFromVehicle(playerid);
			}
		}
	}
	return 1;
}

na public OnGameModeInit() coloque isso para retirar os bonus por salto EnableStuntBonusForAll(0);
Obrigado amigo! , axo que vai dar certo! , vou testar no server
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)