Re: Frag Game
1 Attachment(s)
Fixed Dutch [nl]
|
Re: Frag Game
Good good :)
|
Re: Frag Game
PHP Code:
PHP Code:
|
Re: Frag Game
Plugin updated v1.3 - In this version added glow after respawn for 1-2 seconds, removed c4, all controled by cvar.
|
Re: Frag Game
Plugin updated v1.4 - More money will be given to a winner, controled by cvar. Updated fraggame.txt
|
Re: Frag Game
2 updates in 1 hour :D
Cool :D +k |
Re: Frag Game
hehe :wink:
|
Re: Frag Game
Looks funny.
|
Re: Frag Game
Hi, some suggestions.
- First, please, fix your indentation. Either use tab or spaces but not both at the same time. The result is quite a mess now. - Cache the value of is_user_connected() ; it's not something it will change in-game. Use client_putinserver() + client_disconnect() + global var. - Killed_Player() : - Do the check if killer is a player just right after the cvar (status ) check.- Since you're using Hamsandwich, use Ham_Touch, will be more efficient. - Respawn() ; Instead of 4 and 3, use a #define or enum. Don't check if task exist, remove directly. - fm_set_user_rendering ; using directly floats, like there. - PLUGIN, VERSION, AUTHOR, use #define ; no need to create var. - Try to keep always {}. And others things, but toot tired. I will see after if you did some changes. |
Re: Frag Game
Code:
[ru]Code:
[ru] |
| All times are GMT -4. The time now is 19:59. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.