Checkpoints appear in blueberry (0.0, 0.0, 0.0)
#5

Quote:
Originally Posted by funky1234
Посмотреть сообщение
Numbering starts at 0 - and so 0 to 13 is 14 different integers
Correct,but pawn doesn't count the number you put in the brackets.
For example,if you want to have 5 diffrent arguments,then:
PHP код:
New XXX[5][] 
It will do:
PHP код:
XXX[0][] = 
XXX[1][] = 
XXX[2][] = 
XXX[3][] = 
XXX[4][] = 
You see? it will make 5 arguments,not inclduing nubmer 5
it always does:
-1<X<Y
When X is the name of the argument (in your case: Route101) and Y is the number of arguments you want to have
Got it?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)