Raised This Month: $51 Target: $400
 12% 

Team Icon Spr [1.0.5] [CSDM Supported]


Post New Thread Reply   
 
Thread Tools Display Modes
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 02-07-2009 , 12:34   Re: Team Icon Spr
Reply With Quote #11

There are major errors in this that prevent it from being approved. Here are some of them:
  • Make a cvar which lets the admins decide whether they want to force all players to have a team sprite or they want to let the players decide
  • Make a cvar which switches it between only your team seeing and both teams seeing it.

PHP Code:
message_begin(MSG_ALLSVC_TEMPENTITY); 
Use MSG_BROADCAST.

PHP Code:
is_user_bot(id
Unnecessary check. Bots don't do this and, if they do, the server owner probably has the intention of letting them use it.

PHP Code:
    for(new id 1id <= g_maxPlayersid++)
    {
        
message_begin(MSG_ALLSVC_TEMPENTITY);
        
write_byte(TE_KILLPLAYERATTACHMENTS);
        
write_byte(id);
        
message_end();
    } 
If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Use get_players().

Approval pending on changes.
__________________

Last edited by Hawk552; 02-07-2009 at 12:36.
Hawk552 is offline
Send a message via AIM to Hawk552
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 02-07-2009 , 12:36   Re: Team Icon Spr
Reply With Quote #12

Code:
Make a cvar which switches it between only your team seeing and both teams seeing it.
i'm thinking at that but i dont know how to make like u said

i mean, i have no idea. ^^
__________________
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 02-07-2009 , 12:37   Re: Team Icon Spr
Reply With Quote #13

Quote:
Use get_players().
Why ?
__________________

anakin_cstrike is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 02-07-2009 , 12:37   Re: Team Icon Spr
Reply With Quote #14

Quote:
Originally Posted by tuty View Post
Code:
Make a cvar which switches it between only your team seeing and both teams seeing it.
i'm thinking at that but i dont know how to make like u said

i mean, i have no idea. ^^
Please post in the Scripting Help board. I will only give minor fixes.

Quote:
Originally Posted by anakin_cstrike View Post
Why ?
His current method is inefficient and slow.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 02-07-2009 , 13:33   Re: Team Icon Spr
Reply With Quote #15

seems a little unnecessary for cs but it was a request. Good Job though
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
SnoW
Veteran Member
Join Date: Oct 2008
Location: Finland WisdomNuggets: 8
Old 02-07-2009 , 15:21   Re: Team Icon Spr
Reply With Quote #16

Quote:
Originally Posted by DruGzOG View Post
seems a little unnecessary for cs but it was a request. Good Job though
The plugin's idea isn't that it's "necessary" or anything, the category is Fun stuff, and I think this is pretty fun plugin. Ofc this is only adding sprites, so not really advanced plugin, but the idea -> kind of ridicilous, but I like it.

Last edited by SnoW; 02-07-2009 at 15:26.
SnoW is offline
Send a message via MSN to SnoW
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 02-07-2009 , 15:46   Re: Team Icon Spr
Reply With Quote #17

De ce te-ai suparat ma ? glumeam ba boule...
__________________

anakin_cstrike is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 02-07-2009 , 15:59   Re: Team Icon Spr
Reply With Quote #18

Thats what the sentence kindve meant SnoW
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 02-08-2009 , 05:05   Re: Team Icon Spr
Reply With Quote #19

Now i'm working to a new version
__________________
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 02-08-2009 , 11:26   Re: Team Icon Spr
Reply With Quote #20

teamspr_sprite_time - 32767
muonline old versions max stats?
__________________
xPaw is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode