[Ajuda] sirene
#6

Quote:
Originally Posted by Ely Manning
Посмотреть сообщение
Vocк estudou sobre isso ou copiou de algum lugar? Й dedutнvel como aumentar essa altura..
Veja: https://sampwiki.blast.hk/wiki/AttachObjectToVehicle

Outra, como comentado no tуpico acima, vocк precisaria criar o objeto primeiramente.
Defina os carros de policia(ou os de outra facзгo que vocк deseja adicionar), defina os objetos pois serб necessбrio criar 1 para cada carro, e entгo podem ser adicionados diretamente na OnGameModeInit. Provavelmente irб funcionar.
Nem precisa fazer isso tudo , posta o /rsirene tem?


pawn Код:
if(strcmp(cmd, "/sirene", true) == 0) {
 if(!IsACop(playerid))
            {
                SendClientMessage(playerid, COLOR_GREY, "   Vocк nгo й um policial!");
                return true;
                }
new vid = GetPlayerVehicleID(playerid);
sirenecar[playerid] = CreateObject(19419, 0, 0, 0, 0, 0, 0);
AttachObjectToVehicle(sirenecar[playerid], vid, 0.009999, -0.019999, 0.944999, 0.000000, 0.000000, 0.000000);
SendClientMessage(playerid, COLOR_YELLOW, "Sirene Adicionada");
return 1;
}
Reply


Messages In This Thread
sirene - by Jack_Bawer - 16.10.2012, 17:41
Re: sirene - by ForT - 16.10.2012, 17:43
Re: sirene - by Jack_Bawer - 16.10.2012, 17:55
Re: sirene - by ForT - 16.10.2012, 17:57
Re: sirene - by Ely Manning - 16.10.2012, 17:59
Re: sirene - by [PSN]Andre_Simpson - 16.10.2012, 18:15
Re: sirene - by Jack_Bawer - 16.10.2012, 18:21
Re: sirene - by Ely Manning - 16.10.2012, 18:23
Re: sirene - by [PSN]Andre_Simpson - 16.10.2012, 18:24
Re: sirene - by Ely Manning - 16.10.2012, 18:26

Forum Jump:


Users browsing this thread: 4 Guest(s)