Help !! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help !! (
/showthread.php?tid=444758)
Help !! -
PrinceKumar - 18.06.2013
I am trying to create drop bomb fucntion but when i test it doesn't work please help me .

when i press fire key there come a game text that bomb will be exploded in 10sec but after 10sec nothing happend please help me to fix it.
//================================================== =========================
Pwn Code:

//================================================== ==========================
Re: Help !! -
DobbysGamertag - 18.06.2013
Add:
pawn Код:
SetTimerEx("BombExplode",10000,false,"d",playerid);
To the required place. Such as after GetVehiclePos
Edit: isn't your timer in the wrong place? you seem to be setting it inside of the function for it.
Re: Help !! -
PrinceKumar - 18.06.2013
thx DobbysGamertag i was working on this function from 2 days but i was not getting any type of solution thx for you help.
Re: Help !! -
DobbysGamertag - 18.06.2013
No problem, if you need help with anything, feel free to PM me.