Raised This Month: $ Target: $400
 0% 

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: HamletEagle
Forum: Code Snippets/Tutorials 06-19-2019, 05:04
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

Suggestions/requests section is here: https://forums.alliedmods.net/forumdisplay.php?f=12
Forum: Code Snippets/Tutorials 07-06-2017, 14:00
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

It's not the size of the array. Dynamic arrays have no fixed size, that's why they exists, to let you store unlimited data. The cellsize param is the size of the data that will be stored in that...
Forum: Code Snippets/Tutorials 06-29-2017, 09:21
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

Also don't use read_file.
Forum: Code Snippets/Tutorials 05-29-2017, 10:48
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

get/set_array are unrelated with this tutorial.
Forum: Code Snippets/Tutorials 02-17-2017, 15:32
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

I told you before, stop seeing things as a whole and analyze them piece by piece.
I'm pushing the numbers one by one, so I'm saving single-cell data. Here you have a dynamic array of numbers....
Forum: Code Snippets/Tutorials 02-17-2017, 08:18
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

Do you even read the answers?

Addons said:


Klippy said:


I said:
Forum: Code Snippets/Tutorials 02-16-2017, 15:30
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

As it was already stated by addons and Klippy, that's why we have dynamic arrays, to store unlimited ammout of data. The size just determine what data type the array will hold.
Forum: Code Snippets/Tutorials 01-19-2017, 15:12
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

Dude, do you realize you replied to a post from 2014? Also what fysiks said is true, there are only two dimensions. What you are doing is a workaround, no big discovery.
Forum: Code Snippets/Tutorials 01-19-2017, 12:51
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

Try to use this in a plugin and compile:

new g_newArray[]

It won't work. Arrays in pawn have a fixed size, which you must specify. Dynamic array allows you to go around this limitation and...
Forum: Code Snippets/Tutorials 10-10-2014, 09:54
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

Most of your points are taking into accout the dev builds and I'm not used with them, also this tutorial is for the latest stable version, 1.8.2

I said I can't explain all, because I don't have...
Forum: Code Snippets/Tutorials 10-09-2014, 14:37
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

This is due to my english, it's creating a wrong meaning. Thx for pointing this out.
Forum: Code Snippets/Tutorials 10-09-2014, 05:09
Replies: 46
Views: 38,567
Posted By HamletEagle
Re: [ TUT ]Dynamic Array

I was speacking about normal arrays and not the dynamic ones. If someone think a bit, it's obvious that dynamic arrays are only 2nd dimension, the first one is the entry number, which is dynamic, the...
Forum: Code Snippets/Tutorials 10-08-2014, 14:33
Replies: 46
Views: 38,567
Posted By HamletEagle
[ TUT ]Dynamic Array

Dynamic Array

What you have to know before we begin ?

This tutorial is for medium to advanced users only, beginners my be confused.
This subject is huge, there are a lot of things to say,...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 15:45.


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