PM Command In Zcmd
#1

Attempted a message command, but failed.
Basically it works but I can't retrieve the name of who sent the message.
Code: http://pastebin.com/Lw3JWHKb
Reply
#2

Replace this:
pawn Код:
format(string, sizeof(string), "Message From %s: %s",playerid,MSG);
With this:
pawn Код:
format(string, sizeof(string), "Message From %s: %s",pName,MSG);
Reply
#3

Ahh, such a simple mistake, thanks for the quick reply.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)