CreateExplosion-timer help
#2

First of all: GivePlayerMoney(playerid, -50000);

It's not SET player money, but GIVE player money

Create a public function, which uses CreateExplosion

for example:

Код:
forward BlastBomb(Float:X, Float:Y, Float:Z, type, Float:radius);

[...]

public BlastBomb(Float:X, Float:Y, Float:Z, type, Float:radius)
{
   CreateExplosion(X, Y, Z, type, radius);
   return 1;
}
And call this function with the timer
Reply


Messages In This Thread
CreateExplosion-timer help - by GTA_Rules - 14.03.2009, 19:36
Re: CreateExplosion-timer help - by Rimeau - 14.03.2009, 19:39
Re: CreateExplosion-timer help - by GTA_Rules - 14.03.2009, 19:52
Re: CreateExplosion-timer help - by GTA_Rules - 15.03.2009, 06:15
Re: CreateExplosion-timer help - by Danut - 15.03.2009, 08:06
Re: CreateExplosion-timer help - by [SFSF]Ali - 15.03.2009, 08:19
Re: CreateExplosion-timer help - by GTA_Rules - 15.03.2009, 08:32
Re: CreateExplosion-timer help - by Think - 15.03.2009, 08:47
Re: CreateExplosion-timer help - by GTA_Rules - 15.03.2009, 09:07
Re: CreateExplosion-timer help - by Think - 15.03.2009, 09:13

Forum Jump:


Users browsing this thread: 1 Guest(s)