[Ajuda] Explosгo
#2

Voce esta usando params ?/ voce quer que explode o carro por id ou criar explosгo proximo do jogador ?

Quote:

CMDoltar (playerid, params[])
{
new id;
new Vehi;
new Float:vehx, Float:vehy, Float:vehz;
Vehi = GetPlayerVehicleID(playerid);
GetVehiclePos(Vehi, vehx, vehy, vehz);
if(sscanf(parans, "i", id))
return SendClientMessage(playerid, -1, "/soltar id");
else
CreateExplosionForPlayer(id, vehx, vehy+15, vehz, 6, 15.0);
return 1;
}

Reply


Messages In This Thread
Explosгo - by iTouchS - 13.01.2016, 21:38
Re: Explosгo - by BykiLler - 13.01.2016, 21:48
Re: Explosгo - by iTouchS - 13.01.2016, 21:56
Re: Explosгo - by BykiLler - 13.01.2016, 22:18
Re: Explosгo - by iTouchS - 13.01.2016, 22:27
Re: Explosгo - by EditPawn - 13.01.2016, 22:34
Re: Explosгo - by BykiLler - 13.01.2016, 22:45
Re: Explosгo - by iTouchS - 13.01.2016, 23:11
Re: Explosгo - by BykiLler - 13.01.2016, 23:23
Re: Explosгo - by EditPawn - 13.01.2016, 23:33

Forum Jump:


Users browsing this thread: 3 Guest(s)