Code:
public tell_player_plugins_version(id)
{
new szMsg[180]
format(szMsg,179,"%L",id,"LANG_INTRO",VERSION)
client_print(id,print_chat,szMsg)
// Is this correct?
// Must/Should the L be capital?
// Is 'VERSION' at the correct Position?
// Will "ö","ä" and "ü" work? They do in NS, but do they do so via AMXX?
}
__________________