Quote:
|
Originally Posted by ^_^Satan^_^
Code:
new player = random_player()
client_print(player, print_chat, "z0mg GABEN")
I think that should work.
|
No, it would work, but this would be faster:
Code:
client_print(random_player(),print_chat,"zomg gaben")
__________________