Admin filterscript warning and errors
#3

You are missing one parenthesis

Quote:

if(sscanf(params,"ud",id,level) return SendClientMessage(playerid, 0xFFFFFF, "{00CED1}KTW: {FFFFFF}Usage: /promote name/id level);

Use this:
pawn Код:
if(sscanf(params,"ud",id,level)) return SendClientMessage(playerid, 0xFFFFFF, "{00CED1}KTW: {FFFFFF}Usage: /promote name/id level);

It should work.
Reply


Messages In This Thread
Admin filterscript warning and errors - by Ryox175 - 13.07.2016, 11:58
Re: Admin filterscript warning and errors - by JuzDoiT - 13.07.2016, 12:03
Re: Admin filterscript warning and errors - by TaiRinsuru - 13.07.2016, 12:14
Re: Admin filterscript warning and errors - by Ryox175 - 13.07.2016, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)