Thread: Cheater Suspect
View Single Post
Arvy
Member
Join Date: Oct 2007
Old 03-05-2009 , 02:26   Re: Cheater Suspect
Reply With Quote #80

Quote:
Originally Posted by joaquimandrade View Post
I guess that you are testing locally and your authID (the one that appear if you call the command "status") is not a "STEAM_*" but VALVE_ID_LOOPBACK. If thats true, try this: change the line 733:

PHP Code:
if(actionString[0] == 'S'
to:

PHP Code:
if(actionString[0] != '0'
yes, i'm testing locally,i had edited line 733 but compile failed
Quote:
//// cheaterSuspect.sma
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : er
ror 029: invalid expression, assumed zero
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : wa
rning 215: expression has no effect
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : er
ror 001: expected token: ";", but found ")"
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : er
ror 029: invalid expression, assumed zero
// E:\CS1.6_Server\cstrike\addons\amxmodx\script ing\cheaterSuspect.sma(733) : fa
tal error 107: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file E:\CS1.6_Server\cstrike\addons\amxmodx\script ing
\compiled\cheaterSuspect.amx (compile failed).

Last edited by Arvy; 03-05-2009 at 02:30.
Arvy is offline