View Single Post
Natsheh
Veteran Member
Join Date: Sep 2012
Old 10-02-2019 , 10:18   Re: Passing parameters using SQL_ThreadQuery
Reply With Quote #2

aData[ ACCOUNT ] = szAccount

That's not how you fill up an array, correct way is to use copy or formatex

Doing this way may result in filling just the first cell since the compiler is stupid it will assume that you did aData[ACCOUNT][0] = szAccount [0]

So do this for all copy(aData[ ACCOUNT ], charsmax(aData[ ACCOUNT ]), szAccount) instead and test again.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 10-02-2019 at 17:33.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh