View Single Post
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 07-12-2018 , 08:05   Re: Team switch using database
Reply With Quote #9

It was kinda new to me though, never done it and works the way I want it to work.

Atleast I understand why ^^

EDIT:

@Neuro Toxin

"char[] Query[150];"

Query is an array.
150 is a size...

Only difference is that "char[] Query = new char[150];"'s size may be dynamic.

It wouldn't matter that much in querying.

Last edited by mug1wara; 07-25-2018 at 17:52.
mug1wara is offline