15.08.2013, 17:59
Ok, thank you for answering my questions.
Just one more question about "char-arrays".
Does it only for booleans? Can I put 'char' on every arrays? Like this;
Sorry if I'm asking so many questions. I'm learning
Just one more question about "char-arrays".
Does it only for booleans? Can I put 'char' on every arrays? Like this;
pawn Code:
new
bool:Duty[MAX_PLAYERS char],
bool:Duty1[MAX_PLAYERS char],
String[128 char],
String1[128 char],
Pickups[30 char],
Pickups1[30 char];