Need help with making cmd to zcmd...
#2

edited
pawn Код:
if(isnull(params))
insted of
pawn Код:
if (!cmdtext[arg1])
Also no need for
new arg1 = argpos(cmdtext);

But best way is to use sscanf
pawn Код:
if (!sscanf(params, "i",playerid))
Reply


Messages In This Thread
Need help with making cmd to zcmd... - by Scrillex - 25.03.2013, 17:56
Re: Need help with making cmd to zcmd... - by park4bmx - 25.03.2013, 18:01
Re: Need help with making cmd to zcmd... - by Scrillex - 25.03.2013, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)