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

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: guipatinador
Forum: Unapproved/Old Plugins 02-24-2013, 10:26
Replies: 899
Views: 528,887
Posted By guipatinador
Re: Auto-Mix (Pug) - By: p1Mp

public Change() {
forward_return(FMV_STRING, "Auto-Mix By p1Mp");
return FMRES_SUPERCEDE;
}
Forum: Unapproved/Old Plugins 08-16-2012, 14:20
Replies: 899
Views: 528,887
Posted By guipatinador
Re: Auto-Mix (Pug) - By: p1Mp

It work well, but I think you should optimize the code.

For example, instead of,


SaveStats(id)
{
if ( is_user_hltv(id) || is_user_bot(id) || !get_pcvar_num(cvar_RanksSystem) )
...
Forum: Unapproved/Old Plugins 08-16-2012, 08:49
Replies: 899
Views: 528,887
Posted By guipatinador
Re: Auto-Mix (Pug) - By: p1Mp

:)
See this code (similar to my skillpoints plugin)


new bool:is_user_ignored[ 33 ]

public client_authorized( id )
{
new szAuthID[ 32 ]
get_user_authid( id, szAuthID, charsmax(...
Forum: Unapproved/Old Plugins 08-01-2012, 14:36
Replies: 899
Views: 528,887
Posted By guipatinador
Re: Auto-Mix (Pug) - By: p1Mp

if (equali(authid, "STEAM_ID_LAN"))
return


:arrow:


if (containi(authid, "_ID_") != -1)
return
Because Non-Steams can be VALVE_ID_LAN VALVE_ID_PENDING STEAM_ID_LAN or...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 01:39.


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