You can download PHPInSimMod - PRISM 0.4.1 from that link. Please use this thread to talk about this release.
Thank you.
PHPInSimMod (PRISM) 0.4.1
Thank you.
PHPInSimMod (PRISM) 0.4.1
- Fixed minor crash when running a the `prism reo` command.
- Fixed a bug in the Reorder plugin by requesting information about the clients & players before anything else. This should also avoid a bug in other plugins, even if the packet requests are redundant.
- Updated colorButtons, distance, gmeter, LVS, reorder, theTime, & welcome plugins to use simple packet syntax.
- Simple syntax for packets is now here. You can now have one line both create and send a packet. No more $MTC = new IS_MTC; You can now do it all in one line like, IS_MTC()->UCID(0)->Text('Hello')->Send(); If you need a refrence, you can still edit the object right away like so, $MTC = IS_MTC()->UCID($UCID); This is pretty useful when you know your going to send a message, but it has many possilbe text values. Or you might be sending a diffrent line to the same person.
- Fixed bug in `prism exit`, now works correctly.
- `prism help` will only show commands available at that clients level. Also made changes in prep for loading and unloading plugins at run time.
- Added more detail to ClientHandler about the PRISM admin level of the client. New methods include isPRISMAdmin, isTemporaray, getConnection & getAccessFlags. isAdmin now reports TRUE in the case that the client is a PRISM or LFS admin on the host.
- Ensured that UNames are handled as case insenstive throughout the admin module.
- Admin plugin updated so that Kick, Ban, Spec & Pit commands are all handled by one method. Basis of loading & unloading plugins at runtime was added.
- Removed debug code from IS_MTC class.
- Demo Plugin to show Button/ButtonManager usage (plugins/buttonTest.php)
- Button class and button manager are now in a usable state.
- Fixed pylons plugin (include statement).
- Moved packet-dispatching for buttonmanager to statehandler to avoid multiple calls for one packet
- Logging improvements. Packets in now show <, packets out now show > in front.
- Fixed Typo in Type of IS_BTT