Quote:
|
Originally Posted by dice7
pawn Код:
if(sscanf(params, "us", giveplayerid, AdminLvl))
should be
pawn Код:
if(sscanf(params, "ud", giveplayerid, AdminLvl))
since the admin level is an integer, not string
|
Even if this is the case, I am still getting the Array error :/