14.10.2011, 02:51
I've been thinking and ..
When it will be done I release it,
It will not be sold (well ok, if somebody gives 2000,- euros then ok, but we all know that is not going to happen )
And people please keep ontopic
any ideas? Right now I have the plugin's base with these functions:
When it will be done I release it,
It will not be sold (well ok, if somebody gives 2000,- euros then ok, but we all know that is not going to happen )
And people please keep ontopic
any ideas? Right now I have the plugin's base with these functions:
pawn Code:
native AddNode(Float:X,Float:Y,Float:Z);//Add node to the list
native AddNodeEx(ID,Float:X,Float:Y,Float:Z);//Add node to the list with specified ID
native ConnectNodes(NodeID_one,NodeID_two);//connects two nodes, one node can hold up to 64 connections
native NearestPlayerNode(playerid,Float:MaxDist=9999.99);//Get the player's nearest node ID
native NearestNodeFromPoint(Float:X,Float:Y,Floay:Z,Float:MaxDist=9999.99);//Get nearest Node ID from given point
native WriteNodesToFile(filename[]);//Dump all loaded nodes and connections to a file (for next use?)
native ReadNodesFromFile(filename[]);//Load all 'dumped' nodes and connections from a file into the plugin