run time eror
L 11/08/2011 - 00:46:25: [AMXX] Displaying debug trace (plugin "Jail1.amxx") L 11/08/2011 - 00:46:25: [AMXX] Run time error 10: native error (native "cs_get_user_team") L 11/08/2011 - 00:46:25: [AMXX] [0] Jail1.sma::client_damage (line 2607)
PHP Code:
if(cs_get_user_team(attacker) == CS_TEAM_T && cs_get_user_team(victim) == CS_TEAM_CT) what to do how i fix this line |
Re: run time eror
I think you may need to check if the attacker is connected first.
|
Re: run time eror
if(is_user_connected(attacker)
?? |
Re: run time eror
PHP Code:
|
| All times are GMT -4. The time now is 14:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.