10.12.2013, 19:40
This is a good read.
Anyway, there is one more way to handle data, by using dynamic memory:
Memory access plugin: https://sampforum.blast.hk/showthread.php?tid=451381
y_malloc: https://sampforum.blast.hk/showthread.php?tid=58827
Also there is a "GVars" plugin available for scripters, which uses almost the same style inbuilt PVars uses: https://sampforum.blast.hk/showthread.php?tid=151076
About the "Linked lists in PAWN" include, each node represents a pointer to the previous and next node, data size, and the data itself.
Good job.
Anyway, there is one more way to handle data, by using dynamic memory:
Memory access plugin: https://sampforum.blast.hk/showthread.php?tid=451381
y_malloc: https://sampforum.blast.hk/showthread.php?tid=58827
Also there is a "GVars" plugin available for scripters, which uses almost the same style inbuilt PVars uses: https://sampforum.blast.hk/showthread.php?tid=151076
About the "Linked lists in PAWN" include, each node represents a pointer to the previous and next node, data size, and the data itself.
Good job.