Raised This Month: $ Target: $400
 0% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: klippy
Forum: Code Snippets/Tutorials 06-29-2017, 10:17
Replies: 46
Views: 34,786
Posted By klippy
Re: [ TUT ]Dynamic Array

Create a static array (new static_array[size]), put the string into it then push it with ArrayPushString to your Text array. You might be misunderstanding what cellarrays (dynamic arrays) are for.
Forum: Code Snippets/Tutorials 02-18-2017, 11:41
Replies: 46
Views: 34,786
Posted By klippy
Re: [ TUT ]Dynamic Array

Yes, you can push pawn arrays into dynamic arrays. The speed won't matter in 99% of cases, so just go with whatever suits your needs.
Forum: Code Snippets/Tutorials 02-17-2017, 11:11
Replies: 46
Views: 34,786
Posted By klippy
Re: [ TUT ]Dynamic Array

It can't be outdated since the Trie API remained the same since then. It's just that you are not understanding it.
Forum: Code Snippets/Tutorials 02-16-2017, 15:16
Replies: 46
Views: 34,786
Posted By klippy
Re: [ TUT ]Dynamic Array

Any amount of values. That number is only size for each array entry. If you'll be doing ArrayPushCell, then size 1 is what you would want and if you'll be doing ArrayPushArray or ArrayPushString then...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 11:35.


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