Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: ImACow
Forum: Snippets and Tutorials 04-21-2016, 07:15
Replies: 285
Views: 107,993
Posted By ImACow
Re: Dynamic Objects and Properties - v.0.0.13 - [2016.04.10]

Maybe a long shot, but how feasible you think it would be to allow saving/loading dynamics to files and/or databases ? this way plugins can request certain dynamics based on maps/players.
...
Forum: Snippets and Tutorials 03-19-2016, 21:37
Replies: 285
Views: 107,993
Posted By ImACow
Re: Dynamic Objects and Properties - v008 - [2016.03.19]

Some ideas:

can FindByName be used to search children?

.FindParent()
.FindChild()
.DisposeParent()
.DisposeChildren()
.CountChildren()
Forum: Snippets and Tutorials 03-19-2016, 10:38
Replies: 285
Views: 107,993
Posted By ImACow
Re: Dynamic Objects and Properties - v008 - [2016.03.19]

I'm using this now to offload all my plugin data on PluginEnd, and recover it on PluginStart
Forum: Snippets and Tutorials 03-19-2016, 10:37
Replies: 285
Views: 107,993
Posted By ImACow
Forum: Snippets and Tutorials 03-18-2016, 09:44
Replies: 285
Views: 107,993
Posted By ImACow
Re: Dynamic Objects and Properties - v006 - [2016.03.15]

My bad, did not read through pages.

Btw I want to make data persistent when a plugin reloads, is this the correct way ?

Offload.smx -> getDyn & setDyn.

Mainplugin.smx
-> OnPluginStart
...
Forum: Snippets and Tutorials 03-18-2016, 08:37
Replies: 285
Views: 107,993
Posted By ImACow
Re: Dynamic Objects and Properties - v006 - [2016.03.15]

Dynamic someobj = Dynamic();
someobj.SetBool("somebool", true);


-> error 105: cannot find method or property Dynamic.SetBool
Forum: Snippets and Tutorials 03-18-2016, 08:14
Replies: 285
Views: 107,993
Posted By ImACow
Re: Dynamic Objects and Properties - v006 - [2016.03.15]

This is amazing.

Thanks for this! this saved me hours of writing natives to cross communicate with plugins
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT -4. The time now is 08:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode