How i do set_hudmessage only for the user is need be ..
i try to do with id but this no work
here my code .
PHP Code:
set_hudmessage( 255, 255, 255, -1.0, 0.87, 0, 0.0, 12.0, 0.1, 0.2, -1 );
ShowSyncHudMsg( id, g_HudSyncInfo, "Camouflage Time: %i", g_iCamoTime-- );
Here the problem
PHP Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Error: Undefined symbol "id" on line 1827
Warning: Expression has no effect on line 1827
Warning: Expression has no effect on line 1827
Error: Expected token: ";", but found ")" on line 1827
Error: Invalid expression, assumed zero on line 1827
Error: Too many error messages on one line on line 1827
Compilation aborted.
4 Errors.
help me please ^^