View Single Post
abdelwahab
Member
Join Date: Aug 2019
Old 04-13-2024 , 00:41   Re: Something about dynamic arrays
Reply With Quote #4

I've read the tutorial long time ago and i know how to make dynamic arrays and use them, the thing that is confusing me when i push an dyn array that has strings into an dyn array ( 1 cell ) what happens,
and when i want to know the strings i put into that dyn array
i use this
PHP Code:
new Array:AnotherArray;AnotherArray ArrayGetCell(GlobalArray0); 
Srrry i'm not good with explaining
usage example ?
for example i created skins menu with ini file and there is 6 type each skin has 1...5 skins
[SKIN 1]
Skins = myskin1, ....ect
[SKIN 2]...
when u select u get random skins from the total skins.
what i don't really understand is that how that works cause i know how to do it i've seen the way in zp50_zombie_class system
abdelwahab is offline