[FilterScript] Super Jump FS!
#1

Description
It is a FilterScript which allows players to jump high by pressing Shift.


Features
  • This FS contains saving system with y_ini.
  • It uses ZCMD command processor.
  • Made in such a way so that players donot jump continously by repeatly pressing shift.

Command(s)
  • /superjump - Enable / Disable SuperJump.
  • /sj - Shortcut to /superjump command.

Includes Installation

[PASTEBIN]
  1. Copy the code from PasteBin and open a new pawno file, paste and compile it.
  2. Create a Folder in scriptfiles Named SuperJump.
  3. Add SJump (Or Whatever you named it.) after filterscripts in your server.cfg.
    PHP код:
    filterscripts SJump 
  4. ENJOY!
[SOLID FILES & MEDIA FIRE]
  1. Just download the .rar file and extract it where it should be.
  2. Then Add SJump after filterscripts in your server.cfg.
    PHP код:
    filterscripts SJump 
  3. ENJOY

Bugs
Not Any Found. Please comment if you find any.


Download(s)
Credits
Reply
#2

Goood job <3
Reply
#3

There are like 10 superjumps. Anyway you worked good. Great job.
Reply
#4

Quote:
Originally Posted by ItzzWesty
Посмотреть сообщение
Goood job <3
Thanks!

Quote:
Originally Posted by JamalMaddox
Посмотреть сообщение
There are like 10 superjumps. Anyway you worked good. Great job.
There might be more SuperJump scripts but this one is with save. Anyway Thanks.
Reply
#5

Not Bad KEEP It Up !!
Reply
#6

PHP код:
public Jump0(playerid)
{
SJump[playerid][pJump] = 0;
SetTimer("Jump1"1false);
}
public 
Jump1(playeridSJump[playerid][pJump] = 1
WTH

why creating unnecessary 1mili sec timer?

PHP код:
 public Jump0(playerid)
{
   if(
SJump[playerid][pJump] = 0)
   {
       
SJump[playerid][pJump] = 1;
   }

Reply
#7

Quote:
Originally Posted by xTURBOx
Посмотреть сообщение
PHP код:
public Jump0(playerid)
{
SJump[playerid][pJump] = 0;
SetTimer("Jump1"1false);
}
public 
Jump1(playeridSJump[playerid][pJump] = 1
WTH

why creating unnecessary 1mili sec timer?

PHP код:
 public Jump0(playerid)
{
   if(
SJump[playerid][pJump] = 0)
   {
       
SJump[playerid][pJump] = 1;
   }

It avoids multiple jumps bug
Reply
#8

Quote:
Originally Posted by xTURBOx
Посмотреть сообщение
PHP код:
public Jump0(playerid)
{
SJump[playerid][pJump] = 0;
SetTimer("Jump1"1false);
}
public 
Jump1(playeridSJump[playerid][pJump] = 1
WTH

why creating unnecessary 1mili sec timer?

PHP код:
 public Jump0(playerid)
{
   if(
SJump[playerid][pJump] = 0)
   {
       
SJump[playerid][pJump] = 1;
   }

Yep that's one thing, second, there are millions of jump scripts out there props for this one i like it, and instead of defining the "jump height" which was totally unnecessary you could've just set the value to +5 or whatever
Reply
#9

Good work +rep
Reply
#10

Hmm could use this but I'd modify it a little I guess for the server either way thanks man.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)