[HELP] pickup - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] pickup (
/showthread.php?tid=152298)
[HELP] pickup -
The-Warrior - 03.06.2010
ok i done
pawn Код:
CreateExplosion(-684.27917480469,2370.3698730469,153.28956604004);
_________________________________________________
and i get this
Код:
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
Re: [HELP] pickup -
DeathOnaStick - 03.06.2010
What do you mean with bombs? Explosion at a place? Satchel Charges? Please Specify.
Re: [HELP] pickup -
zSuYaNw - 04.06.2010
Re: [HELP] pickup -
Antonio [G-RP] - 04.06.2010
Quote:
Originally Posted by TheGarfield
|
I believe its
Код:
CreateExplosion(x,y,z)
Re: [HELP] pickup -
zSuYaNw - 04.06.2010
Not the same thing?
Re: [HELP] pickup -
The-Warrior - 05.06.2010
ok i done
pawn Код:
CreateExplosion(-684.27917480469,2370.3698730469,153.28956604004);
_________________________________________________
and i get this
Код:
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
Re: [HELP] pickup -
Jay. - 05.06.2010
Learn how to use the CreateExplosion funtion properly
https://sampwiki.blast.hk/wiki/CreateExplosion]
https://sampwiki.blast.hk/wiki/CreateExplosion
Re: [HELP] pickup -
park4bmx - 05.06.2010
Quote:
Originally Posted by The-Warrior
ok i done
pawn Код:
CreateExplosion(-684.27917480469,2370.3698730469,153.28956604004);
_________________________________________________
and i get this
Код:
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
|
Thats becouse is not only (x,y,z)
is like this
Код:
(Float:X, Float:Y, Float:Z, type, Float:radius)