help !!!
#1

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!!!
Reply
#2

SendRconCommand("ban");
Reply
#3

but if for example want the loadfs command how can i make the input dialog right?
Reply
#4


pawn Код:
stock aloadfs(str[]){
  new str2[128];
  format(str2,sizeof(str2),"loadfs %s",str);
  SendRconCommand(str2);
}
so just got aloadfs("name of fs");
Reply
#5

sry because litle noob on script how to use this on dialog response?
Reply
#6

put at bottom of script
pawn Код:
stock aloadfs(str[]){
  new str2[128];
  format(str2,sizeof(str2),"loadfs %s",str);
  SendRconCommand(str2);
}
then just call
aloadfs("name of fs"); //from your dialog responce code
Reply
#7

pls help i want to make a dialog that you can select the cmds and want an example of loadfs command i mean the dialog pop up i select loadfs and then it send another input dialog to enter the fs!


pls help me!!!!!!
Reply
#8

<BUMP> pls help me!!!
Reply
#9

learn to script man we can help what u have made u cant make it so we have to make it for u
Reply
#10

"You are a bit noob at scripting" you said?
So well, donґt post here unless you donґt know exactly what to do.
In your case your a a new scripter and you donґt read the basics/vallbacks/functions.
Take a little time and learn to script when youw ant to make your own things.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)