[HELP]PLEASE HELP ME WITH /PM COMMAND!!!!!
#7

Quote:
Originally Posted by Conroy
You cannot put formats into a SendClientMessage, you need to format the string beforehand.

pawn Код:
SendClientMessage(id, 0x00FF00AA, "PM:(%s)%s:%s" playerid, name, message);
replace with:

pawn Код:
new message[128];
format(message,sizeof(message), "PM:(%d)%s:%s", playerid, name, message);
SendClientMessage(id, 0x00FF00AA, message);
Lol didn't notice that at all
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)