You can download PHPInSimMod - PRISM 0.3.1 from that link. Please use this thread to talk about this release.
Thank you.
PHPInSimMod (PRISM) 0.3.1
Thank you.
PHPInSimMod (PRISM) 0.3.1
- Added timers.
- Plugin::createTimer() function added.
- Plugin::getTimeout() function added.
- Plugin::sortTimers() function added.
- Plugin::executeTimers() function added.
- Plugin::createTimer() function added.
- Fixed `prism version crashing PRISM.
- Fixed the prefix var being staticly set to '!', can now be anything as long as you provide it's value in hosts.ini, falls back to '!' tho, or what ever the prefix value found in cvars.ini.
- Fixed `the time` & `thetime` command not displaying when you've not been a player yet.
- Fixed information being printed to console not chat.
- Fixed the way text is sent to the screen when you go past the limit of the packet, now smartly spans muliple messages where available.
- Fixed buttons only being sent to local client.
- Callback say commands now only accept the command and ucid of the client, plid is no longer given.
- Plugin::getUserNameByUCID() is depcracated along with some other functions and are no longer defined. Use Plugin::get[Client/Player]By[UCID,PLID,UName,PName]()->[UName,PName,UCID,PLID,ect] to get the value of the user.
- Changed the debug level so that packets are not reported to the PRISM console.
- Tweaked the output of some say commands to make them look better.
- Rewrite of the index.php file for the www server to make it cleaner, and more useful.
- Added G-Meter plugin.
- Added a distance plugin to show people how to get the total distance of a client, in the most accurate way.
- Added method plugins::getStateByID().
- Added CSS for index.php.
- Added many docs about the API, please read over them, I've also added url's for the source materal of these docs as we are going to start using their API syntax alot more.
- Added pth & smx file parsers in the modules.