Hello, I come to make this post why I need help with a command ...
What I want to do is that the command shows the messages that you write ...
Example:!
And in the button the message "Xuser: hello" appears but it does not work for me: s
Thanks in advance !
<?php
CASE "!msg":
OpenGlobalButton( "mensajeadmin1",63,30,79,12,4,5,23,"" );
OpenGlobalButton( "mensajeadmin2",63,30,79,12,4,5,23,"" );
OpenGlobalButton( "mensajeadmin3",63,30,79,12,4,5,23,"" );
OpenGlobalButton( "mensajeadmin4",64,31,77,10,4,5,32,"" );
OpenGlobalButton( "mensajeadmin5",64,31,77,10,4,5,32,"" );
OpenGlobalButton( "mensajeadmin6",64,31,77,10,4,5,32,GetCurrentPlayerVar( "NickName" ) . "^7 : " . $argv . " );
BREAK;
?>