26.07.2012, 06:08
\n\/kill - it's because of this character (the backslash after the \n).
Fixed code:
Also the length, why 256? 128 should be fine.
Edit:
If you really need to add a backslash use \\
Code:
Fixed code:
pawn Код:
new Commands4[256] = " /rules - Display the server rules;\n/kill - Commit suicide; /moneybag - Display the location of the hidden money bag;";
Also the length, why 256? 128 should be fine.
Edit:
If you really need to add a backslash use \\
Code:
pawn Код:
new Commands4[256] = " /rules - Display the server rules;\n\\/kill - Commit suicide; /moneybag - Display the location of the hidden money bag;";