14.03.2009, 19:39
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:
And call this function with the timer
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; }