Can you help me please.
#1

What is the diffrence between this.

pawn Код:
new Test;
new Test1;
pawn Код:
new Test, Test1;
whats more efficent and better to use say for about 60 varibles.
Reply
#2

It's the same...

pawn Код:
new Text, Text1 ...
Is more neat for me
Reply
#3

and
pawn Код:
new text[2];
is same xD
Reply
#4

for 60 variables use

pawn Код:
new Text[60];
then use

pawn Код:
Text[0] = ..........
Text[1] = ..........
Text[2] = ..........
and so on.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)