Euphoric Beaver
13th Sep 2001, 02:56 AM
p=pawn(owner);
p.clientmessage(clip);
I know this puts in the chat box the value of clip but can anything be put in the brackets and it will show up.
eg. Could I put;
p=pawn(owner);
p.clientmessage(WOW! I can't believe this works!);
And it would appear in the chat box.
Also. :D
BroadcastMessage("Stomach hit");
This is the what Head Shot and Monster Kill uses, right?
Could I put anything in here and it will show up?
What if I put the code things like %k?
p.clientmessage(clip);
I know this puts in the chat box the value of clip but can anything be put in the brackets and it will show up.
eg. Could I put;
p=pawn(owner);
p.clientmessage(WOW! I can't believe this works!);
And it would appear in the chat box.
Also. :D
BroadcastMessage("Stomach hit");
This is the what Head Shot and Monster Kill uses, right?
Could I put anything in here and it will show up?
What if I put the code things like %k?