Yea im trying to get a plugin on my server to say Type /music for a music menu but im really noob at scripting and need some help i tried adding this to the end of the .sma and compiling it did compile fine but it doesnt say my message in game i dont see and client console messages
Code:
public music_msg()
{
client_print(0, print_chat, "[pKu Radio] Type /music for a music menu")
}
i added that at the very end of the plugin and it wont show up someone please help me
__________________