Stop_user_hp
Fixed
|
Re: Stop_user_hp
That's because you registered Health event (this event is called whenever player health changes) and you set player max health there. Instead of that you should register post spawn (you can use hamsandwich) and set it there.
Your way of setting player max health based on level is a total failure. You needed 500 lines of code while you could achieve the same effect using 2 lines: PHP Code:
|
Re: Stop_user_hp
oh, thanx ...
Actually what i did was PHP Code:
anyways back to the topic: Quote:
|
Re: Stop_user_hp
Quote:
Then: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Re: Stop_user_hp
oh thanx alot m8 ,
well am not so familiar with ham sandwich , but now i get think i get what it does |
Re: Stop_user_hp
Everybody trying to script AMX Mod X plugins should have read this tutorial before asking questions.
|
Re: Stop_user_hp
Quote:
|
| All times are GMT -4. The time now is 05:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.