[FilterScript] RCON Jetpack - /jetpack
#1




After a lot of hard work and researching of error codes I have finally completed this filterscript. So, basically its a RCON Jetpack command. I think it is pretty good for a noobie scripter like me.

Oh and I didn't use ZCMD because I am not yet even really good with the default way of scripting in pawno... I just know you guys will tell me I should've used ZCMD.

One of the reasons why I decided to make this is because I could barely even find anything related to a Jetpack filterscript so I decided to make one for admins.

USAGE:
1-Login to rcon: /rcon login [your rcon password]
2-Type the command "/jetpack" without quotes.
3-You will have a jetpack!

I made a video because screenshots just don't show this one.
[ame]http://www.youtube.com/watch?v=gzcsi28emGU[/ame]

Download:
Mediafire[RAR]

If you liked this filterscript or just wanna, give me some reputation!

INSTALLATION:
1-Unextract the .rar
2-Place it in your "filterscripts" folder.
3-Open your server.cfg
4-Add "jetpackr" to the filterscript line.


If you find a bug just pm me.
Reply
#2

Yes, you should've used ZCMD. How come you understand strcmp (default) and not ZCMD ? ZCMD is way more easier than strcmp. Anyway, why after a lot of hard work and researching ? It only takes a few minutes to do one. It's pretty simple, but as newbie, good job.
Reply
#3

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Yes, you should've used ZCMD. How come you understand strcmp (default) and not ZCMD ? ZCMD is way more easier than strcmp. Anyway, why after a lot of hard work and researching ? It only takes a few minutes to do one. It's pretty simple, but as newbie, good job.
Um, thanks for the compliment I guess....

I don't really know. Maybe, because I'm used to coding with Visual Basic. I could barely script this let alone use zcmd.
And yes It did take a lot of research for me... I'm not very good, yet.
Reply
#4

... Did you just store the location of the player and spawn a jetpack there? Thats how it looked in the video...
If you did what I just said you could've use GivePlayerWeapon, if not good job mate
Reply
#5

Quote:
Originally Posted by Sellize
Посмотреть сообщение
... Did you just store the location of the player and spawn a jetpack there? Thats how it looked in the video...
If you did what I just said you could've use GivePlayerWeapon, if not good job mate
No, it wasn't. I just did Special action/Use_jetpack. I didn't do any positioning...
Reply
#6

Wow, I thought people would LOVE this.
Reply
#7

Quote:
Originally Posted by EvanA
Посмотреть сообщение
Wow, I thought people would LOVE this.
The script is pretty simple, requires about 2-3 lines at max..

Код:
CMD:jetpack(playerid) 
{
        if(IsPlayerAdmin(playerid))
             SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK), SendClientMessage(playerid, 0x0000FF, Spawned Jetpack!");
}
Reply
#8

No.... It didn't for me... I would've made it more advanced but I didn't see how to. This is a good script for noobies.
Reply
#9

Very simple , just small note : why you said : I could barely even find anything related to a Jetpack filterscript
there are many lol....
anyway good job as your second filterscript
and also good for newbies..
Reply
#10

Quote:
Originally Posted by Mark_Samp
Посмотреть сообщение
Very simple , just small note : why you said : I could barely even find anything related to a Jetpack filterscript
there are many lol....
anyway good job as your second filterscript
and also good for newbies..
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)