[REQ] Freezetag
Hello, I'm wondering if somebody could make Simpsons freezetag, there was a server called Quick-Gaming but I think there server is down. Can anybody make this mod?
|
Re: [REQ] Freezetag
Grimvh2, made a private version of Freeze Tag, (With exp, top and all)
-> If ur instressed to buy it, pm Grimvh2 ;) |
Re: [REQ] Freezetag
Does anybody have a public one?
|
Re: [REQ] Freezetag
Obviously not.
|
Re: [REQ] Freezetag
Nope, and mine is not simpson's freezetag but family guy.
|
Re: [REQ] Freezetag
Family Guy freezetag? I'll take that if its free :D
|
Re: [REQ] Freezetag
Quote:
And my clients can fully trust me. |
Re: [REQ] Freezetag
All of my friends now want it. Once I introduced them they have been trying to create their own etc. Its really honestly annoying. I suggest you either learn to code, or pay for it.
|
Re: [REQ] Freezetag
#include < amxmodx >
#define ADMIN_VIP ADMIN_LEVEL_H #define SCOREATTRIB_NONE 0 #define SCOREATTRIB_DEAD ( 1 << 0 ) #define SCOREATTRIB_BOMB ( 1 << 1 ) #define SCOREATTRIB_VIP ( 1 << 2 ) public plugin_init( ) { register_plugin( "VIP Admin", "0.0.1", "Exolent" ); register_message( get_user_msgid( "ScoreAttrib" ), "MessageScoreAttrib" ); } public MessageScoreAttrib( iMsgID, iDest, iReceiver ) { new iPlayer = get_msg_arg_int( 1 ); if( is_user_connected( iPlayer ) && ( get_user_flags( iPlayer ) & ADMIN_VIP ) ) { set_msg_arg_int( 2, ARG_BYTE, is_user_alive( iPlayer ) ? SCOREATTRIB_VIP : SCOREATTRIB_DEAD ); } } ----------------------------------------- just change the define of ADMIN_VIP to ADMIN_LEVEL_H |
| All times are GMT -4. The time now is 06:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.