SA-MP Forums Archive
[FilterScript] My last FS: Area 51 Missile - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] My last FS: Area 51 Missile (/showthread.php?tid=266149)



Area 51 Missile - Kwarde - 03.07.2011

Changed my mind: Not my last FS xD. Fail
Hi.
This is the last filterscript ever I'm gonna release, cuz I'm gonna stop with SAMP.
This is just a missile in area51, commands:

* /gotomissile: Teleport to it
* /preparemissile: Open gates, move lift up and prepare the missile to launch
* /launchmissile: After preparing the missile, launch it. Nothing special. It starts slow and then goes faster (RL)
* /cancelmissile:
- If the gate's busy with opening, it'll just close
- If the missile is (moving) up, it'll go down and the gate'll close
- If the missile's been launched already, it'll be exploded (self-destruct)
* /loadmissile: After destroying the missile (self-destruct or completion of the launch) you need this

You don't need to add credits
Download: http://pastebin.com/qJdKsRrV

There is no video avaible. Well, there actually is a video but that's an older version. Here it is:
[ame]http://www.youtube.com/watch?v=l5A2ejdZuvY[/ame]

Regards,
Kevin


Re: My last FS: Area 51 Missile - Laronic - 03.07.2011

Nice!

btw @ "My last FS:" You mean you gonna quit scripting? or just stop releasing ?


Re: My last FS: Area 51 Missile - Kwarde - 03.07.2011

I'm gonna stop with scripting in PAWN.
EDIT: Signature editted


Re: My last FS: Area 51 Missile - Loading... - 03.07.2011

nice


Re: My last FS: Area 51 Missile - Kwarde - 03.07.2011

Thank you.

p.s.
Maybe I won't stop, I'm just stressed these days :P - And I don't feel good at all now etc blabla. I probably won't stop with SAMP :P - Fail. But this will be my last released script


Re: My last FS: Area 51 Missile - HyperZ - 03.07.2011

Nice


Re: My last FS: Area 51 Missile - Kwarde - 03.07.2011

Also thank you :P


Re: My last FS: Area 51 Missile - PjFord - 30.11.2011

C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(198 ) : error 017: undefined symbol "jetDoor"
C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(200) : error 017: undefined symbol "lift"
C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(201) : error 017: undefined symbol "missileObject"
C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(201) : warning 215: expression has no effect
C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(201) : error 001: expected token: ";", but found "]"
C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(201) : error 029: invalid expression, assumed zero
C:\Users\Brenda\Desktop\Server Scripts\vDM\filterscripts\Untitled.pwn(201) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Errors.

can you help me please?


Re: My last FS: Area 51 Missile - Frogger75 - 30.11.2011

when i try to compile it says error and something about zcmd, what do i do?


Re: My last FS: Area 51 Missile - Kwarde - 30.11.2011

1: Download ZCMD (include) here: https://sampforum.blast.hk/showthread.php?tid=91354
2: Put the 'zcmd.inc' in your 'pawno/includes'
3: Try to compile the FS again

@PjFord: Did you edit anything? I just tried to compile it again and I didn't have problems.