Ranks before name in OnPlayerText don't work.
#4

Try changing

pawn Код:
LvLName[128];
to

pawn Код:
LvLName[MAX_PLAYERS][128];
Then on your public function change all the LvLName = "Whatever";

to

pawn Код:
LvLName[playerid] = "Whatever";
Then format under OnPlayerText like so:

pawn Код:
format(string, sizeof(string), "%s %s: %s", LvlName[playerid], pName, text);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)