03.06.2010, 17:34
i want to make a dialog to select the rcons cmds but i dont know the code of the rcon cmds. i mean how can import the rcon cmds on a dialog box. sry for bad english.
pls help!!!
pls help!!!
stock aloadfs(str[]){
new str2[128];
format(str2,sizeof(str2),"loadfs %s",str);
SendRconCommand(str2);
}
stock aloadfs(str[]){
new str2[128];
format(str2,sizeof(str2),"loadfs %s",str);
SendRconCommand(str2);
}