You can download PHPInSimMod - PRISM 0.4.0 from that link. Please use this thread to talk about this release.
Thank you.
PHPInSimMod (PRISM) 0.4.0
Thank you.
PHPInSimMod (PRISM) 0.4.0
- Added a Button handler, that should be used to ensure no button colisions occur.
- Includes Button class, to be used in place of IS_BTN directly.
- Includes Singlton Button Manager.
- Added an implementable callback called 'onButtonRequest' for plugins.
- Includes Button class, to be used in place of IS_BTN directly.
- Changed around the registerSayCommand's callback functions order of args, was done in a pervious version but never documented. Beware!
- Added packet Size default value to IS_CON.
- Added object list to the prism_layoutobject thanks to T3charmy.
- Can now also send IS_AXM packets. But be careful as the Info limit of 30 not enforced at the packet level, it must be done so within the plugin.
- Fixed sent size in IS_HLV & IS_OBH to the CarContOBJ parser.
- Fixed Undefined variable: command in canUserAccessCommand
- Fixed IS_ACR's UNPACK definition, now reads correctly.
- Fixed UNPACK definition of IS_AXM, packet now works as expected when reciving.
- Fixed crash when IS_OBH is sent due to CarContOBJ->Sp3 being set to protected, change to private.
- Fixed Undefined variable in prism_plugins (line 252).
- Fixed IS_PLC's PACK and UNPACK (Thanks Krammeh).