How Do I fix this?iCe4147 User Offline 25.02.11 07:54:28 am May I know what is wrong with this? It always shows 2 messages and how do I place color? 123if rp_ct[id] == true then msg(player(id,[[name]])..[[(ADM): ]]..txt) return 1
Re: How Do I fix this?EngiN33R Moderator Offline 25.02.11 09:03:43 am You must have few say hooks. return 1 only works when there's one say hook as I noticed. To add color, use this: ©RRRGGGBBB - where R G and B is RGB color code.
Re: How Do I fix this?palomino User Offline 25.02.11 09:09:06 am EngiN33R has writtenYou must have few say hooks. return 1 only works when there's one say hook as I noticed. To add color, use this: ©RRRGGGBBB - where R G and B is RGB color code. I think he meant, that he didn't know where to put the color code.
Re: How Do I fix this?RAVENOUS BANNED Offline 25.02.11 02:57:26 pm you need to return right before the eof. 1© (Alt+8888) is used to indicate colors, only usable before a message - it's not possible to combine colors in a message.