zcmd usage message problem need hep fast
#1

Hey,
i make the command but when i write the the command it always return Usage Message.

pawn Код:
new tmp[256], tmp2[256];
if (sscanf(params, "u", tmp, tmp2)) return SendClientMessage(playerid, red, "USAGE: /setspree [playerid] [spree]");
what's wrong?
Reply
#2

pawn Код:
new targetid, spree;
if(sscanf(params, "ui", targetid, spree)) return SendClientMessage(playerid, red, "USAGE: /setspree [playerid] [spree]");
This would be if spree is a number and you're using playerid/partofname

u = playerid / part of name specifier
i = integer specifier
Reply
#3

the problem is still there.
Reply
#4

are you entering a playerid or name and a number?
Reply
#5

I Enter This : /spree [my id] [number].
EDIT: I Enter My Name too but the problem still there,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)