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

what is the use and need example


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
soumyadip77
Senior Member
Join Date: Jul 2017
Location: INDIA,KOLKATA
Old 05-13-2018 , 03:43   what is the use and need example
Reply With Quote #1

Please tell me About ArryCreate ArryDestry and all....where we can use and how can need 1 small example ALREADY READ API
soumyadip77 is offline
Send a message via Skype™ to soumyadip77
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 05-13-2018 , 03:50   Re: what is the use and need example
Reply With Quote #2

Check the tutorials section.
__________________
HamletEagle is offline
soumyadip77
Senior Member
Join Date: Jul 2017
Location: INDIA,KOLKATA
Old 05-13-2018 , 04:28   Re: what is the use and need example
Reply With Quote #3

Link of this portion only
soumyadip77 is offline
Send a message via Skype™ to soumyadip77
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 05-13-2018 , 05:28   Re: what is the use and need example
Reply With Quote #4

SEARCH. Literally all you have to do is look for dynamic arrays
__________________

Last edited by HamletEagle; 05-13-2018 at 05:29.
HamletEagle is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-13-2018 , 13:21   Re: what is the use and need example
Reply With Quote #5

The number one most important thing to know when learning anything on the internet is knowing how to search. Stop being lazy.
__________________
fysiks is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 05-13-2018 , 13:45   Re: what is the use and need example
Reply With Quote #6

Oh look what I found by searching the two words you're asking about.

Dynamic Array
__________________
Bugsy is offline
DarthMan
Veteran Member
Join Date: Aug 2011
Old 05-13-2018 , 14:34   Re: what is the use and need example
Reply With Quote #7

Quote:
Originally Posted by soumyadip77 View Post
Please tell me About ArryCreate ArryDestry and all....where we can use and how can need 1 small example ALREADY READ API
Dynamic arrays are very useful like let's say when you make a plug-in that will censor words. You will read all censored words from the ini file, for each line that was successfully read you would add the word to the dynamic array, because dynamic arrays have an infinite storing amount. Think of an array as a vector that increases with every element that gets added to it. If you would use a normal array instead it would not be a good idea in this case since it's size has to be assigned and can't be infinite. That would mean that reading more than the array size from the file would result in a plug-in 'crash'. Those arrays are also useful in situations like EntMod, where, on the FM_KeyValue registered as post on plugin_precache, you would store all entity keyvalues from the bsp file to a dyn array. Hope that will make you better understand when reading the tutorial. Also, please note that the tutorial is not for beginners so you must first have a good understanding of PAWN language and how to create simple plug-ins.
DarthMan is offline
soumyadip77
Senior Member
Join Date: Jul 2017
Location: INDIA,KOLKATA
Old 05-13-2018 , 21:37   Re: what is the use and need example
Reply With Quote #8

Quote:
Originally Posted by Bugsy View Post
Oh look what I found by searching the two words you're asking about.

Dynamic Array
Thats why i LOVE YOU BUGSY BECAUSE YOU CAN UNDERSTAND ME <3
soumyadip77 is offline
Send a message via Skype™ to soumyadip77
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 05-13-2018 , 22:20   Re: what is the use and need example
Reply With Quote #9

Quote:
Originally Posted by soumyadip77 View Post
Thats why i LOVE YOU BUGSY BECAUSE YOU CAN UNDERSTAND ME <3
Why not thankful to hamlet too?
He made the thread (tutorial) and was first to reply back but you didn't searched for it
instinctpt1 is offline
soumyadip77
Senior Member
Join Date: Jul 2017
Location: INDIA,KOLKATA
Old 05-13-2018 , 22:52   Re: what is the use and need example
Reply With Quote #10

Quote:
Originally Posted by instinctpt1 View Post
Why not thankful to hamlet too?
He made the thread (tutorial) and was first to reply back but you didn't searched for it
yeas, thanks to halmet BOY
soumyadip77 is offline
Send a message via Skype™ to soumyadip77
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:24.


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