I want to know how can i make one plugin , that if 1 player type /vot in chat to count here ->
http://www.csservers.ro/evidenta/war3ft.indungi.ro ( where says VOTEAZA )
I tried something like this but didn't work
Code:
register_clcmd( "say /vot" , "CmdVot" );
public CmdVot( iPlayer )
{
show_motd( iPlayer , "http://www.csservers.ro/voteaza/war3ft.indungi.ro" );
}
But when i put it on server , and i wrote /vot , it appear motd with that page , but instead of voting didn't do anything
I want to know if is possible 'cuz i know another website that made 1 plugin that count voting ( but they don't give the .sma )
Thanks in advance
__________________