05.03.2015, 17:42
Hmm, I changed
to
and put
like you said, but now when I do /duty on, the sscanf message just keeps appearing..
Код:
if(sscanf(params, "u[50]", ID, Type)) return SCM(playerid, orange, "Go on duty: /duty <on/off>");
Код:
if(sscanf(params, "us[50]", ID, Type)) return SCM(playerid, orange, "Go on duty: /duty <on/off>");
Код:
false))