[PEDIDO] Player explode
#2

https://sampwiki.blast.hk/wiki/CreateExplosion

pawn Код:
public OnPlayerDeath(playerid, killerid, reason) // public da morte
{
new Float:X; // para pegar coordenadas X
new Float:Y; // para pegar coordenadas Z
new Float:Z; // para pegar coordenas X
GetPlayerPos(playerid, X, Y, Z); // utiliza os Floats
CreateExplosion(X, Y, Z, 11, 5.0); // Cria a explosгo em x,y,z do tipo 11 a um raio de 5 METROS
return 1; // retorna verdadeiro
} // fecha o codigo


Bom proveito
Reply


Messages In This Thread
[PEDIDO] Player explode - by Miqueias Barros - 07.06.2011, 00:56
Respuesta: [PEDIDO] Player explode - by Sergio_MOW - 07.06.2011, 01:19
Re: [PEDIDO] Player explode - by Shadoww5 - 07.06.2011, 01:30
AW: [PEDIDO] Player explode - by Miqueias Barros - 07.06.2011, 01:34
Re: [PEDIDO] Player explode - by Shadoww5 - 07.06.2011, 01:36
Respuesta: Re: [PEDIDO] Player explode - by Sergio_MOW - 07.06.2011, 02:05
Re: [PEDIDO] Player explode - by BrunoTadeu - 07.06.2011, 16:06
Re: [PEDIDO] Player explode - by Andrew_Guiga - 07.06.2011, 16:37
Re: AW: [PEDIDO] Player explode - by SuB_ZeRo0_ - 07.06.2011, 16:45
AW: Re: AW: [PEDIDO] Player explode - by Miqueias Barros - 07.06.2011, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)