02.01.2015, 15:28
Quote:
Here is my enum for pInfo, not sure whats wrong with it?
PHP код:
|
so it must be something wrong with the 1st index
what if "playerb" contains a value that cannot be used as index?
usage defined by you:
Quote:
Originally Posted by OP
Usage: /makeadmin [Playerid/part of name] [Level]
|
why not try "dd" instead of "ui"
pawn Код:
if (sscanf(params, "dd", playerb, level)) return SendClientMessage(playerid, -1, "Usage: /makeadmin [Playerid] [Level]");