Arron Vinyard
5797411b2b
NPOTB: Use camel casing for variables in adminhelp.sp ( #1750 )
...
This is a stylistic change to ensure more adhered-to consistency throughout base plugins
2022-05-03 18:45:45 -07:00
iNilo
e5afdb4181
adminhelp.sp -> Switch to the new CommandIterator() ( #1388 )
...
* Switch to the new CommandIterator() methodmap
`ReadCommandIterator`
->
```
CmdIter.GetName(Name, sizeof(Name));
Flags = CmdIter.Flags;
CmdIter.GetDescription(Desc, sizeof(Desc));
```
* PeaceMaker fixes
* Don't fetch unused properties
Co-authored-by: Michael Flaherty <michaelwflaherty@me.com>
Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2022-02-01 19:13:06 +01:00
Arron Vinyard
5ed2f79217
Replace GetCmdArgs with args param ( #1229 )
2020-05-08 15:09:44 -07:00
komashchenko
52cdbb4fc1
Fix sm_help erroring out if invoked during the connection process ( #723 )
...
* Fix "Exception reported: Client 12 is not in game"
* Fix
* Update adminhelp.sp
2018-07-12 11:18:57 -07:00
ErikMinekus
e8734ccf28
Update small plugins for transitional syntax ( #506 )
2016-05-11 09:32:34 -04:00
Nicholas Hastings
e4ee52e1ac
Convert adminhelp to newdecls.
2015-02-17 08:24:11 -08:00
David Anderson
1328984e0b
Update plugins for transitional methods.
2014-12-13 13:29:15 -08:00
Kyle Sanderson
7e2afacf34
Fix broken translating in some plugins and natives (bug 5612, r=psychonic).
2013-08-25 10:15:35 -04:00
Scott Ehlert
251cced1f8
Spring Cleaning, Part Ichi (1)
...
Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
2008-03-30 07:00:22 +00:00