Hello, thanks for any help in advance!
I am making a command plugin that does different things depending on the argument value (1 or 0). However, I am getting a loose identification error.
char arg[32];
GetCmdArg(1, arg, sizeof(arg));
int lgvalue = StringToInt(arg);
if (lgvalue = 1){
Last edited by itsJakub; 08-08-2022 at 22:53.
Reason: posted in the wrong forum