View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-31-2010 , 21:32   Re: Teamplay Helper v1.2
Reply With Quote #25

1. Use CStrike module for cs_get_user_vip() instead of the fakemeta offset.

2. is_player should be made into a #define
Code:
#define is_player(%1) (1 <= %1 <= iMaxPlayers)
3. Some maps aren't prefixed with de_ or cs_ but still have a bomb or hostages.
So, don't check the maps.

4. Dont use #define for strings. Use new const instead.

Approval pending on changes.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline