help me
#2

\n\/kill - it's because of this character (the backslash after the \n).

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;";
Reply


Messages In This Thread
help me - by rami.chaar2 - 26.07.2012, 04:43
Re: help me - by [KHK]Khalid - 26.07.2012, 06:08
Re: help me - by rami.chaar2 - 26.07.2012, 07:25
Re: help me - by rami.chaar2 - 26.07.2012, 07:29
Re: help me - by [KHK]Khalid - 26.07.2012, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)