Hi everyone, why the **ck i get this error all the time when i want to add something like:
cs_get_user_team(id) == CS_TEAM_CT
its like:
public start(id)
if(cs_get_user_team(id) == CS_TEAM_CT)
{ ...
error is like:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Error: Undefined symbol "cs_get_user_team" on line 24
1 Error.
Could not locate output file D:\PORN\new\server\test.amx (compile failed).
can someone explain me how it work's and what should i do ?