/airstrike command - 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: /airstrike command (
/showthread.php?tid=291045)
/airstrike command -
jiwan - 18.10.2011
please help me how can i make a /airstrike command so that anyone can use it
?
Re: /airstrike command -
nilanjay - 18.10.2011
What you want in the command?
Re: /airstrike command -
KillermanGR - 18.10.2011
More details please.
Re: /airstrike command -
Stigg - 18.10.2011
Quote:
Originally Posted by jiwan
please help me how can i make a /airstrike command so that anyone can use it ?
|
Found this with a little SEARCH:
http://forum.sa-mp.com/showthread.ph...ight=airstrike
Adjust to suit your needs.
Re: /airstrike command -
nilanjay - 18.10.2011
Wow nice Stigg.
Re: /airstrike command -
jiwan - 18.10.2011
i need a /airstrike command just to explode a area of about 10-15 meters with a timer of about 7 seconds i do not know how to do that
Re: /airstrike command -
jiwan - 19.10.2011
Quote:
Originally Posted by Stigg
|
mediafire link do not work
pastebin link works but when i try to compile it it shows:
C:\Documents and Settings\prince\Desktop\server\filterscripts\airst rike001.pwn(62) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Documents and Settings\prince\Desktop\server\filterscripts\airst rike001.pwn(931) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: /airstrike command -
jiwan - 19.10.2011
eh i am done with that
Re: /airstrike command -
KillermanGR - 19.10.2011
Quote:
Originally Posted by jiwan
mediafire link do not work
pastebin link works but when i try to compile it it shows:
C:\Documents and Settings\prince\Desktop\server\filterscripts\airst rike001.pwn(62) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Documents and Settings\prince\Desktop\server\filterscripts\airst rike001.pwn(931) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
About "
warning 235: public function lacks forward declaration (symbol "OnDialogResponse")" find
OnDialogResponse,
copy the whole line after OnDialogResponse, go to the top and put
forward and the line you copied.
About "
error 017: undefined symbol "ShowPlayerDialog"" Update your includes by downloading the latest version of SA-MP server package from
www.sa-mp.com and replacing your includes files.
And btw, no double/tripple-posting.