13.10.2009, 12:28
Basically, I've tried to use one of my dcmds command at ShowPlayerClickOptions,
So this is what i've done [don't mind the 'cmdtext' var, theres a reason for that].
Now this is the error i get:
what should i do?
strval won't work.
So this is what i've done [don't mind the 'cmdtext' var, theres a reason for that].
Code:
if ( ! strcmp(cmdtext, "Kill", true) ) return dcmd_kill(playerid, strval(clickedplayerid));
Code:
error 035: argument type mismatch (argument 1)
strval won't work.