newb chat help
#1

can anyone tell me what i am missing

basicly i added a custom rank to my newb chat but when people higher then level 2 talk the chat shows blank, and i want it for level 2+ to show up as members

Код:
    if(PlayerInfo[playerid][pLevel] == 2)
	{
	    format(string, sizeof(string), "** Player %s [%d]: %s", GetPlayerNameEx(playerid), playerid, params);
	}
Reply
#2

Can't see a problem there. Could you show you where the format string is placed?
Reply
#3

We cannot help you without seeing the whole code, but you can try;

pawn Код:
if(PlayerInfo[playerid][pLevel] >= 2)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)