[Ajuda] Como deletar um reboque!
#1

Estou fazendo um sistema de caminhoneiro pro meu GM, e queria deletar o reboque ao entrega-lo, alguйm sabe a funзгo? +REP pra quem responder.
Reply
#2

Jб tкm cуdigo?
Mete aн a parte quando ele entrega o reboque.
Jб agr. https://sampwiki.blast.hk/wiki/DestroyVehicle
Reply
#3

nossa '-'
https://sampwiki.blast.hk/wiki/GetVehicleTrailer
https://sampwiki.blast.hk/wiki/DestroyVehicle
Reply
#4

eu usaria "GetVehicleTrailer" pra pegar o id do trailer?
Reply
#5

eu usaria "GetVehicleTrailer" pra pegar o id do trailer?
@DESCULPE PELO DOUBLE POST, NET AQUI TA FODA, PERDГO!
Reply
#6

Com essas funзхes vocк cria esse tipo de sistema.
https://sampwiki.blast.hk/wiki/CreateVehicle
https://sampwiki.blast.hk/wiki/AttachTrailerToVehicle
https://sampwiki.blast.hk/wiki/GetVehicleTrailer
https://sampwiki.blast.hk/wiki/IsTrailerAttachedToVehicle
https://sampwiki.blast.hk/wiki/DetachTrailerFromVehicle
Reply
#7

Valeu, +REP a todos.
Reply
#8

Quote:
Originally Posted by VeNuZ_
View Post
Jб tкm cуdigo?
Mete aн a parte quando ele entrega o reboque.
Jб agr. https://sampwiki.blast.hk/wiki/DestroyVehicle
Tб aqui.
Code:
		case 1:
		{

			if(EntregarCarga[playerid] == 0) return DisablePlayerCheckpoint(playerid);
			if(!IsTrailerAttachedToVehicle(vehiD)) return SendClientMessage(playerid, CorPrincipal, "** Vocк nгo estб com um reboque.");
			GivePlayerMoney(playerid, 823);
			SendClientMessage(playerid, CorPrincipal, "Trabalho efetuado com sucesso, vocк ganhou $823!");
			DisablePlayerCheckpoint(playerid);
			EntregarCarga[playerid] = 0;
			PegarCarga[playerid] = 0;
		}
@Sorry double double post --'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)