Thread: String to array
View Single Post
Darkness_
Veteran Member
Join Date: Nov 2014
Old 05-27-2015 , 18:48   Re: String to array
Reply With Quote #2

I think this works; not totally sure though.

PHP Code:
const char[][] szWeapons = { "weapon_awp""weapon_deagle" }; 
And then just do sizeof(szWeapons) to get the size.
Darkness_ is offline