Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
hey, iam loking for a filterscript that shows me all commands on my server ..
because i dont know all i deletet the .pwn and the .amx i cant convert so please help me.
is there any filterscript or r-con command??
Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
I think he ment, when me types /cmds the script will automatically search up automatic all available commands.
But i think that is not possible. So make the /commands like dice7 said.
Posts: 546
Threads: 44
Joined: Jan 2010
Reputation:
0
I'm sure .amx decompilers exist. Try find one.
Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
nono the problem is i got a reallife server iam admin and i dont know any command i dont have /commands or /kill
i need a filterscript that search all commands and show them----
Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
the .amx has a protection from me the deamax so i cant decompile
Posts: 1,896
Threads: 102
Joined: Oct 2008
Look through the gamemode and write them in yourself like in the code below.
Quote:
Originally Posted by dice7
pawn Код:
if(strcmp(cmdtext, "/commands") == 0) { SendClientMessage(playerid, color, "ALL COMMANDS"); SendClientMessage(playerid, color, "/kill, /tele, /gun"); SendClientMessage(playerid, color, "/car"); //etc return 1; }
|
Posts: 7
Threads: 1
Joined: Jan 2010
Reputation:
0
the problem is.... the gamemode .... i only got the .amx so i cant edit it ... and every decompiler gets errors because of the protection i need a better decompiler or a filterscript that show me all commands of the mode
Posts: 523
Threads: 34
Joined: Aug 2008
Reputation:
0
Or ask for the command the shows all commands in the gamemode thread