30.08.2011, 16:56
How i can make to createobject with command maybe /creaate -with this to create object 3018 and with /destroy to destroy the object
new Object;
///create
Object = CreateObject([url]http://wiki.sa-mp.com/wiki/CreateObject[/url]
//Destroy
DestroyObject(Object);[url]http://wiki.sa-mp.com/wiki/DestroyObject[/url]
them in for further action |
Object = CreateObject(...........//Object variable will store this object id (0)
Object1 = CreateObjcet(.............//Object1 variable will store this object id(1)
//And so on