View Single Post
client21
Senior Member
Join Date: Apr 2013
Old 02-05-2017 , 10:37   Re: how i can this -> new x[1][2] = {-1, ...};
Reply With Quote #3

Yes, but:
new x[MAXPLAYERS + 1][2] = {{-1, -1}}; // doh

I must use cycle :\
client21 is offline