SA-MP Forums Archive
[FilterScript] Basic teminator script(Not advanced) - 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] Basic teminator script(Not advanced) (/showthread.php?tid=354931)



Basic teminator script(Not advanced) - Andregood - 28.06.2012

So basically, I'm releasing this to contribute, I don't know, something. And also teaching people how to use getplayervelocity. This is far from advanced and I made this really briefly, it's also using onplayerupdate, which isn't that good. But anyway, contributing I guess(in some way).


Код:
COMMANDS:



/setteam - 1 humans- 2 terminator. - Rcon login required.

You will be automatically given skin 123.

You will also be given a healing factor(instead of setting the health high I used a regenerative system). You're killable but barely.

/speed - Terminator speed.

If you also press jump you will get automatically extended jump.
Anyway, enjoy.




Download Link: http://pastebin.com/byeX4g37


Re: Basic teminator script(Not advanced) - Lordzy - 28.06.2012

Not bad.


Re: Basic teminator script(Not advanced) - Andregood - 28.06.2012

Thanks, it's really appreciated


Re: Basic teminator script(Not advanced) - iGetty - 28.06.2012

Nice one for this. I won't use it as I'm a RP scripter, but nice.

+rep


Re : Basic teminator script(Not advanced) - Naruto_Emilio - 28.06.2012

the /speed is just normal ped run...


Respuesta: Basic teminator script(Not advanced) - CaptainMactavish - 28.06.2012

The script doesn't have any goddamn indentation and this is unnecessary:
pawn Код:
SetPlayerVelocity(playerid,x + 0.0,y - 0.0 ,z + 0.40);
Just doing this, it's the same:
pawn Код:
SetPlayerVelocity(playerid,x, y, z+0.4);



Re: Basic teminator script(Not advanced) - Andregood - 28.06.2012

Yeah, I only really know that way for speed, really sorry about that.



@Mactavish, then why complaining?

The indenting part I agree with, never been able to indent proper to be honest, sorry for that part.


Re: Basic teminator script(Not advanced) - miikeyy45 - 02.07.2012

not that bad.


Re: Basic teminator script(Not advanced) - Andregood - 11.07.2012

Thank you man