Code:
public client_connect(id)
{
client_print(id, print_chat, "[DHASSASSINS] A new client just joined the gaming competition")
}
------------->
Code:
public client_connect(id)
{
set_humessage(255, 200, 3, 0.02, 0.87, 0, 6.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(id, "[DHASSASSINS] A new client just joined the gaming competition")
}
__________________