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