[Help] sscanf command
#8

Regardless of you using NGRP's script, (which you shouldn't be) I'll still help you.

On the makeadmin command on this line below.

pawn Код:
if(sscanf(params, "ui", iTargetID, iAdminValue)) {
            SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /makeadmin [playerid] [level]");
You need to add a return before the SendClientMessage, because I believe you need to return a value on that type of if statement like so.

pawn Код:
if(sscanf(params, "ui", iTargetID, iAdminValue)) {
            return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /makeadmin [playerid] [level]");
If that doesn't work then that might be a message saying to stop using the NGRP script.
Reply


Messages In This Thread
[Help] sscanf command - by sanplayer - 27.02.2012, 17:15
Re: [Help] sscanf command - by Vince - 27.02.2012, 17:17
Re: [Help] sscanf command - by sanplayer - 27.02.2012, 17:21
Re: [Help] sscanf command - by sanplayer - 27.02.2012, 17:48
Re: [Help] sscanf command - by johnnyman1 - 27.02.2012, 18:15
Re: [Help] sscanf command - by sanplayer - 27.02.2012, 18:39
Re: [Help] sscanf command - by Too - 27.02.2012, 22:02
Re: [Help] sscanf command - by Walsh - 27.02.2012, 22:39
Re: [Help] sscanf command - by new121 - 28.02.2012, 01:32
Re: [Help] sscanf command - by Walsh - 28.02.2012, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)