07.02.2011, 12:23
ohh thanks,
But there is another problem now
if i type "/cm" i get this
USAGE: /cm (message)
cop radio: Unknown(0)
and if i type "/cm Hi There." i get this
cop radio: Unknown(0) Hi There.
SERVER: Unknown Command
pawn Код:
new message;
if(sscanf(params, "s[128]", message)) SendClientMessage(playerid, COLOR_USAGE, "USAGE: /cm (message)");
if i type "/cm" i get this
USAGE: /cm (message)
cop radio: Unknown(0)
and if i type "/cm Hi There." i get this
cop radio: Unknown(0) Hi There.
SERVER: Unknown Command