Perhaps this is a late comment. But:
As first you have 's' at the begin. Remove that 's'.
Secondly, '/*' starts the commenting. '*/' close it. You have:
Code:
/*-------------------------------Uradjene stvari---------------------------*\------------------------Treba uraditi-------------------------------------|
So after that '*\' the comments are closed. All the text after that isn't a commentand is trying to be compiled as a normal script (which will fail
).
So, (if this is your script), it should look like this:
pawn Code:
/****************************************\
** **
** Division RP **
** by Hudiga & Vegas. **
** **
\****************************************/
//-------------------------------------------------------------------------Evidencija------------------------------------------------------------------|
/*-------------------------------Uradjene stvari---------------------------------------------------Treba uraditi-------------------------------------|
1. Reg/Log dijalozi i TD-ovi sredjeni. | 1. Evente --- URADJENO |
2. Smanjena plata svim igracima. | 2. Treba popraviti /v lock --- URADJENO |
3. Uradjen novi /equip za | 3. Treba napraviti TextDraw-ove za vozila na prodaju i kuce na prodaju |
4. Uradjena Street Racers org | |
5. Uradjena cmd /barikada za Street racerse | |
6. Ubacen novi spawn, interior, rent motori. | |
7. Ubacena auta za prodaju | |
8. Ubacen љtit za PD | |
9. Ubacene rotacije za sultan | |
10. Ubaceno bacanje i podizanje oruzja | |
//----------------------------------------------------------------------------------------------------------------------------------------------------*/
(Oyeah btw, it would be nice to use [ pawn ] instead of [ code ])