Quote:
Originally Posted by xVIP3Rx
change this
pawn Код:
new adminlvl,pmsg[128],adminmsg[128],string [128],pname,pID,string2[128];
to this
pawn Код:
new adminlvl,pmsg[128],adminmsg[128],string [128],pname[MAX_PLAYER_NAME],pID,string2[128];
You were passing a string as an integer, a name is a string so you must add "[MAX_PLAYER_NAME]" or "[28]" when you pass something to the string.
|
i still get the same error on the same line