register_concmd... don t work the command....
this is a command , that work but...
Code:
when i type artime_cfg 5.0 in console i have that AMX unknow command AMXX set cvar anti_respawn_time 0.00000.0 Code:
Why ????? and what is not good in that code |
Try this:
Code:
If you don't return PLUGIN_HANDLED, the return value will be 0, which is PLUGIN_CONTINUE. That's why you get unknown command. |
Thx
now ... i must give Godmode ... lol |
you need to
a) #include <fun> b) set_user_godmode(id, 1) <-- turns godmode on set_user_godmode(id, 0) <-- turns godmode off |
| All times are GMT -4. The time now is 07:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.