24.04.2012, 21:01
(
Last edited by Richie©; 18/02/2014 at 11:53 PM.
)
Today i made a simple in game object editor.
There are two commands:
/object [model] [description] - Create object with a description.
/selectobject - This will make you able to select one of your object to move them.
To delete an object, enter the edit mode and press escape, a dialog will then ask you if you really want to delete the object.
Requirements:
The objects are saved in mysql DB, used BlueG's mysql plugin for this (R34).
sscanf plugin is also required for command parameters.
zcmd include is also needed.
sa-mp 0.3e or later.
If you find bugs, report it in this thread. Hope you find this usefull
Update 18/02/14: re-made FS to work with the newer versions of mysql plugin.
Download:
Pastebin
SQL Database:
Localhostr
Pastebin
There are two commands:
/object [model] [description] - Create object with a description.
/selectobject - This will make you able to select one of your object to move them.
To delete an object, enter the edit mode and press escape, a dialog will then ask you if you really want to delete the object.
Requirements:
The objects are saved in mysql DB, used BlueG's mysql plugin for this (R34).
sscanf plugin is also required for command parameters.
zcmd include is also needed.
sa-mp 0.3e or later.
If you find bugs, report it in this thread. Hope you find this usefull
Update 18/02/14: re-made FS to work with the newer versions of mysql plugin.
Download:
Pastebin
SQL Database:
Localhostr
Pastebin