[FilterScript] Simple Mapping System
#1

Simple Mapping System by Veetiz

System requirements:
zcmd
mysql
foreach
sscanf


System commands:
/addobjlist : <object id><object name> - Add an object to Object's list
/deleteobjlist : <object id (listitem)> - Delete an object from list
/resetobjlist : Reset object's list
/objlist : View Object's list. We need to select an item to create an object.
/deleteobject : Delete a mapped object.
/resetobjects : Delete all mapped objects.

Pastebin:
Simple Mapping System
Reply
#2

This is not savable tho...
Reply
#3

Quote:
Originally Posted by TitoRayne
View Post
This is not savable tho...
i think it is
PHP Code:
 mysql_format(dbHandlequerysizeof(query), "INSERT INTO objects (obj_id, posx, posy, posz, rotx, roty, rotz) VALUES ('%d', '%f', '%f', '%f', '%f', '%f', '%f')"
just save them in your database and load them when server starts.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)