Thread: Awesome!
View Single Post
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 02-18-2009 , 12:22   Re: Awesome!
Reply With Quote #16

And anyway, this
Quote:
public client_putinserver(id)
{
for(new
i=0;i<5;i++)
client_print(0, print_chat, "%L",id,"AWESOME_MSG");
}

should be

Code:
client_print(0,print_chat,"%L",LANG_PLAYER,"AWESOME_MSG");
__________________

anakin_cstrike is offline