02.08.2012, 18:51
Put on top of your script
It is said in the tutorial:
Use [.pawn]YOUR CODE [./pawn] so it will be easier to read. ( without dots)
pawn Код:
new Float:PosX[MAX_PLAYERS], Float:PosY[MAX_PLAYERS], Float:PosZ[MAX_PLAYERS] Float:Angle[MAX_PLAYERS];
new Interior[ MAX_PLAYERS ];
new VirtualWorld[ MAX_PLAYERS];
Quote:
pawn Код:
|