Simple Script but help needed
Code:
#include <amxmodx> |
Re: Simple Script but help needed
I think my main problem is that I do not understand how to use Natives. Please help.
|
Re: Simple Script but help needed
I am a newbie to but for low gravity i saw you can use the fun engine something like set_user_gravity()
|
Re: Simple Script but help needed
I understand that the command is set_user_gravity, but the problem is, I dont know where to input that command, and how would I make their gravity go back to normal after they die?
|
Re: Simple Script but help needed
Code:
#include <amxmodx>And keep IE or FireFox or whatever you use open so you can access amxmodx.org/funcwiki.php for whenever you need to do something creative. :D Edit: DeathMsg byte, byte, byte, string 1: Killer ID, 2: Victim ID, 3: Headshot, 4:Weapon Name Leeeeeeeeeeeeeeeeeeeeeeeeearn. o_o register_event ( const event[], const function[], const flags[], [ cond=[], ... ] ) So, something along the lines of... Code:
register_event("DeathMsg","SETNORM") |
Re: Simple Script but help needed
Well, I honestly just started scripting 2 days ago, so any explanation for anything would help.
|
Re: Simple Script but help needed
Quote:
Code:
No idea if it compiles or not. |
Re: Simple Script but help needed
Yeah, it didn't compile, I think there is something more to do with the "set_user_whatever". That's what my main dilehma is.
|
Re: Simple Script but help needed
Sorry first time using it :P Hold i will go take a look at this other tutorial about set HP and i will let you know. Me and you shoudl get together and learn :P i been coding for like 2 days too lol
It looks like i used the right format... not sure what went wrong. |
Re: Simple Script but help needed
Yay xD thx. It would be cool if we worked together.
|
| All times are GMT -4. The time now is 08:03. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.