27.01.2013, 15:42
in the top script, youre using playerid twice:
in the bottom script, pay attention to the parameter count:
its 3 strings being parsed, and being fed to format().
oh, since IAM the master of typos: remove the "AdminNlame", and use "AdminName" heheh
Код:
GetPlayerName(playerid,pname,32); GetPlayerName(playerid,PlayerToblow,128);
Код:
format(Msg, 128, "Player %s Has Been Warned By Administrator: %s For %s ", PlayerToWarn, Name, AdminNlame, Reason);
oh, since IAM the master of typos: remove the "AdminNlame", and use "AdminName" heheh