Sorry for double i know it.
pawn Код:
new Text:Textdraw1;
new Float:X,
Float:Y,
Float:Z,
Float:Angle;
new CurrentSpawnedVehicle
[MAX_PLAYERS
];
new building;
new InvalidNosVehicles
[] ={ 430,
446,
448,
449,
452,
453,
454,
461,
462,
463,
468,
472,
473,
481,
484,
493,
509,
510,
520,
521,
522,
523,
537,
538,
569,
570,
581,
586,
590,
595};
//DMnew IsInDM
[MAX_PLAYERS
];
//Anounncementsnew Msg;
new Announcements
[6][128] = { // Announcements[number of announcement messages][string lengh]"*** - To teleport around, type /t - ***",
"*** - Make sure to visit our forums - http://www.xtreme-planet.net - ***",
"*** - Basic: /help - /rules - /t - /skin - /v***",
"*** - Why don't you /register? All of your stats will be saved - ***",
"*** - Turn off teleport messages with /telesoff - ***"};
new nojump2
[MAX_PLAYERS
];
But it's not now i have another error
pawn Код:
C:\Documents and Settings\Administrator\Desktop\Sampserver2\gamemodes\XS.pwn(76) : error 052: multi-dimensional arrays must be fully initialized