- 0
Problema /news
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
3xTaSY
Salut.
Deci nu stiu cum sa fac un nou rand in comanda news.. am facut, dar acum am 6 erori :| Uitati codul:
[pawn]stock ShowNews()
{
new News[5024];
//--------------------------------------------------------------------------
strcat(News, "{AFAFAF}Noutati server\n\
\n\
{FF0000}» {AFAFAF}Au fost adaugate noi comenzi pentru RCON.\n
strcat(News, "{FF0000}» {AFAFAF}La comanda {FF0000}/vheli {AFAFAF}pentru VIP Level 7, a fost adaugat un timer de 10 minute.\n\
{FF0000}» {AFAFAF}Culorile serverului, au fost schimbate in totalitate.\n\
{FF0000}» {AFAFAF}Au fost adaugate noi Radio-uri.\n\
{FF0000}» {AFAFAF}Un nou aspect la {FF0000}/stats{AFAFAF}.\n\
{FF0000}» {AFAFAF}S-a dat restart la {FF0000}Case, Coins, Ore, Clanuri, Kills{AFAFAF}.\n\
{FF0000}» {AFAFAF}Avem un nou Owner: {FF0000}ftw.\n");
strcat(News, "{FF0000}» {AFAFAF}La comanda {FF0000}/vtank{AFAFAF}, a fost adaugat un timer de 5 minute.\n\
{FF0000}» {AFAFAF}Am adaugat o noua mapa la {FF0000}/Chilliad{AFAFAF}!\n");
strcat(News, "{FF0000}Distractie Placuta!");
//--------------------------------------------------------------------------
return News;
}[/pawn]
4 answers to this question
Recommended Posts