[HELP]All commands
#1

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

pawn Код:
if(strcmp(cmdtext, "/commands") == 0)
{
  SendClientMessage(playerid, color, "ALL COMMANDS");
  SendClientMessage(playerid, color, "/kill, /tele, /gun");
  SendClientMessage(playerid, color, "/car");
  //etc
  return 1;
}
Reply
#3

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.
Reply
#4

I'm sure .amx decompilers exist. Try find one.
Reply
#5

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----
Reply
#6

the .amx has a protection from me the deamax so i cant decompile
Reply
#7

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;
}
Reply
#8

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
Reply
#9

Or ask for the command the shows all commands in the gamemode thread
Reply
#10

i cant because the owner of the mode dont have the pwn and dont plays this game anymore ....

I ONLY NEED A SCRIPT THAT SHOW ME ALL!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)