27.02.2012, 22:39
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.
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.
If that doesn't work then that might be a message saying to stop using the NGRP script.
On the makeadmin command on this line below.
pawn Код:
if(sscanf(params, "ui", iTargetID, iAdminValue)) {
SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /makeadmin [playerid] [level]");
pawn Код:
if(sscanf(params, "ui", iTargetID, iAdminValue)) {
return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /makeadmin [playerid] [level]");