I was trying to do: if you use the command like this:
PHP Code:
amx_revive player 50
- the 3rd argument is missing, so ...using the default value: 0 (armor).
If:
PHP Code:
amx_revive player
the 2nd and the 3rd argument are missing, os...using the default values: 100 hp and 0 armor.
Now you understand what i'm trying to do ?

...
However, the first argument is the command ? like cmd_access ? so, if i write 4 arguments it will be ok ?
__________________