12.07.2015, 18:43
good work. you know i was going to report this but when i clicked your signature " My Releases " then i saw your previous nick " bondowocopz " lol.
Saving doesn't appear to work very well, vehicle positions do not update on disconnect - logging back in they all respawn back the dealership even if park was used.
It'd make more sense to save them where they last were, as they all pile up on top of each other at the dealership? Plate was not updating when new plate was entered.. Not really sure what's going on |
good work. you know i was going to report this but when i clicked your signature " My Releases " then i saw your previous nick " bondowocopz " lol.
|
[08:04:30] [ERROR] CMySQLQuery::Execute - (error #2006) MySQL server has gone away [08:04:30] [WARNING] cache_get_field_content_int - no active cache
Hy all, today i make Vehicle Ownership System that used MySQL as saving system. * The pictures in attachment below, hope you like it!This is basic vehicle system, so you can easily edit and add more features what you want. Features - Saved Vehicle System - Sell Vehicle To Server - GPS System to locate your car (thanks to Fj0rtizFredde) - Sell Vehicle To Players - Vehicle Control Panel - For more features you can view pictures in attachments Instruction - First, you need to define your Database info Code:
#define HOST "Your Host" #define USER "root" #define PASSWORD "********" #define DBNAME "Database Name" Code:
Float:dealX = -1663.640014, Float:dealY = 1208.253662, Float:dealZ = 7.254645 - Another instruction in script Downloads Pastebin (Bad Indentation) SQL File |