Thread: Array
View Single Post
Kolapsicle
Senior Member
Join Date: Oct 2014
Old 02-01-2017 , 10:52   Re: Array
Reply With Quote #9

You're creating a string with the size of MAXPLAYERS so I'm going to assume you want a string per client?

PHP Code:
char PlayerSkinPath[MAXPLAYERS 1][64];
Format(PlayerSkinPath[client], sizeof(PlayerSkinPath[]), SkinPath); 

Last edited by Kolapsicle; 02-01-2017 at 10:52.
Kolapsicle is offline