SA-MP Forums Archive
How to edit mode 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)
+--- Thread: How to edit mode commands (/showthread.php?tid=513798)



How to edit mode commands - lorenkid - 18.05.2014

How to edit mode commands, for example: / stats, / help ...
Help me


Re: How to edit mode commands - JFF - 18.05.2014

First of all you need to open ur gamemode in pawno

then find the command that u want to edit

and just simply edit it


Re: How to edit mode commands - lorenkid - 18.05.2014

Quote:
Originally Posted by JFF
Посмотреть сообщение
First of all you need to open ur gamemode in pawno

then find the command that u want to edit

and just simply edit it
oh . Thanks bro , But ... I do not find the command


Re: How to edit mode commands - PrivatioBoni - 18.05.2014

Control + F.

Also, if you edit a command, e.g. CMD: stats, remember to update it elsewhere, such as the text on /help where it might say "List of commands: /stats ,...", and the help message if it has one, such as "Syntax: /stats [parameter]"


Re: How to edit mode commands - lorenkid - 18.05.2014

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
Control + F.

Also, if you edit a command, e.g. CMD: stats, remember to update it elsewhere, such as the text on /help where it might say "List of commands: /stats ,...", and the help message if it has one, such as "Syntax: /stats [parameter]"
Thanks you