View Single Post
Author Message
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 07-21-2008 , 11:21   Different message at the same time
Reply With Quote #1

Hello. I need to print a message to one person and to everyone else except that one person at the same time.

Example (A - 1 person, B - everyone else):
As being A you see: You are cool!
As being B you see: A is cool!

So:
PHP Code:
id A
// All players except A are B
something B
 
if (Ashow_hudmessage(A"You are cool")
else if (!
A/* or if (B)*/ show_hudmessage(B"A is cool!"
How can I do this?
__________________

Last edited by hleV; 07-21-2008 at 11:24.
hleV is offline