[Ajuda] Bug Carros VIP...
#4

Tem um problema, quando eu dou /ircarro tambйm nгo aparece vai na lozalizaзгo dos veiculos mais nгo aparece, como se tivesse indefinido os veiculos e so as codernadas tivessem funcionando:

Quote:

CMD:trazerveiculo(playerid, params[])
{
if(PlayerInfo[playerid][pJailed] != 0)
{
SendClientMessage(playerid,AMARELO,"[AVISO]: {FFFFFF}Vocк estб proibido de usar este comando, pois estб preso por Admin!");
SendClientMessage(playerid,AMARELO,"[DISPONIVEIS]: {FFFFFF}/Relatorio /dm /lideres /sublideres /par /convidar /promover /demitir!");
SendClientMessage(playerid,AMARELO,"[DISPONIVEIS]: {FFFFFF}/Duvida /rg /admins /helpers /ts /vercombates /ga /f /r!");
SendClientMessage(playerid,AMARELO,"______________ __________________________________________________ _____________________");
return true;
}
new plo;
if(sscanf(params, "d", plo))
{
SendClientMessage(playerid, COLOR_GRAD2, "USE: /trazerveiculo [carro id]");
return true;
}
new Floatlocx,Floatlocy,Floatlocz;
if (PlayerInfo[playerid][pAdmin] >= 4)
{
if(!admtrampando[playerid])
return SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo pode usar este comando, pois nгo estб em modo trabalho!");

GetPlayerPos(playerid, plocx, plocy, plocz);
SetVehiclePos(plo,plocx,plocy+4, plocz);
LinkVehicleToInterior(plo, 0);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo estб autorizado a usar este comando!");
}
return true;
}

Reply


Messages In This Thread
Bug Carros VIP... - by axtlon - 01.03.2018, 18:51
Re: Bug Carros VIP... - by SamuelMatheus05 - 01.03.2018, 18:54
Re: Bug Carros VIP... - by IgorLuiz - 01.03.2018, 20:33
Re: Bug Carros VIP... - by axtlon - 03.03.2018, 01:16
Re: Bug Carros VIP... - by FerrariL - 03.03.2018, 01:29
Re: Bug Carros VIP... - by axtlon - 03.03.2018, 02:04

Forum Jump:


Users browsing this thread: 1 Guest(s)