[HELP]All commands - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]All commands (
/showthread.php?tid=127380)
[HELP]All commands -
PR0STYL3R - 13.02.2010
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??
Re: [HELP]All commands -
dice7 - 13.02.2010
pawn Код:
if(strcmp(cmdtext, "/commands") == 0)
{
SendClientMessage(playerid, color, "ALL COMMANDS");
SendClientMessage(playerid, color, "/kill, /tele, /gun");
SendClientMessage(playerid, color, "/car");
//etc
return 1;
}
Re: [HELP]All commands -
Jeffry - 13.02.2010
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.
Re: [HELP]All commands -
biltong - 13.02.2010
I'm sure .amx decompilers exist. Try find one.
Re: [HELP]All commands -
PR0STYL3R - 13.02.2010
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----
Re: [HELP]All commands -
PR0STYL3R - 13.02.2010
the .amx has a protection from me the deamax so i cant decompile
Re: [HELP]All commands -
V1ceC1ty - 13.02.2010
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; }
|
Re: [HELP]All commands -
PR0STYL3R - 13.02.2010
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
Re: [HELP]All commands -
Niixie - 13.02.2010
Or ask for the command the shows all commands in the gamemode thread
Re: [HELP]All commands -
PR0STYL3R - 13.02.2010
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!