A little help here.
#2

Somewhere on Top:

pawn Код:
new Float:bombx[MAX_PLAYERS];
new Float:bomby[MAX_PLAYERS];
new Float:bombz[MAX_PLAYERS];
Then on /plant:

pawn Код:
GetPlayerPos(playerid,bombx[playerid],bomby[playerid],bombz[playerid]);
Then on /explode:

pawn Код:
CreateExplosion(bombx[playerid],bomby[playerid],bombz[playerid],12,10.0);

PS: Hi Sal. Remember me?
Reply


Messages In This Thread
A little help here. - by Sal_Kings - 24.01.2010, 09:22
Re: A little help here. - by Striker_Moe - 24.01.2010, 09:29
Re: A little help here. - by Sal_Kings - 24.01.2010, 09:44
Re: A little help here. - by Striker_Moe - 24.01.2010, 09:47
Re: A little help here. - by Sal_Kings - 24.01.2010, 09:54

Forum Jump:


Users browsing this thread: 1 Guest(s)