1
					Questions & Tutorials / How do I use $SetArrayElement$ (THUG PRO)
« on: August 16, 2021, 09:58:36 pm »
					How do I use $SetArrayElement$ to edit data inside the example array's located below?
Example #1:
Example #2:
				Example #1:
Code: [Select]
:i $testArray$ = :s{
	:i $gamer$ = %i(1,00000001)
	:i $gamer2$ = %i(2,00000002)
:i :s}
Example #2:
Code: [Select]
:i $testArray$ = :a{
	:i :s{
		:i $gamer$ = %i(1,00000001)
		:i $gamer2$ = %i(2,00000002)
	:i :s}
:i :a}
Code: [Select]
:i $testArray$ = :a{%i(1,00000001);%i(2,00000002):a}