- 0
[Problema]Big DIALOG_STYLE_MSGBOX
-
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
BlueSkiLLz
Problema e ca nu stiu de ce nu imi apare tot dialog-ul
Comanda e..
new stringhelp1[] = "{FFFFFF}This is a{F81414} Team Death Match{FFFFFF} gamemode where you can kill players to receive money and points.", stringhelp2[] = "\n{FFFFFF}You can take over turfs with your team. Type{F81414} /turfhelp{FFFFFF} for more info.", stringhelp3[] = "\n{FFFFFF}You can purchase weapons in the ammunation that you will have every time you spawn.", stringhelp4[] = "\n{FFFFFF}See a rulebreaker? Use{F81414} /report <id> <reason>{FFFFFF}.And see your teams stats:{F81414} /teamstats (teamid)", stringhelp5[] = "\n{FFFFFF}You can see the server rules under{F81414} /rules{FFFFFF}. Type{F81414} ! [message]{FFFFFF} to talk in teamchat.", stringhelp6[] = "\n{FFFFFF}Type{F81414} /cmds {FFFFFF}for a full list of commands.";dcmd_help(playerid, cmdtext[]) { #pragma unused cmdtext new DialogString[512]; format(DialogString, sizeof DialogString, "%s%s%s%s%s%s", stringhelp1, stringhelp2, stringhelp3, stringhelp4, stringhelp5, stringhelp6 ); ShowPlayerDialog(playerid, DIALOG, DIALOG_STYLE_MSGBOX, "{00C0FF}Information", DialogString, "OK", "" ); return 1; }Alte comenzi apare doar asta nu apare nuj de ce asta nu imi apare....cine ma poate ajuta sa imi spuna de ce nu apare
2 answers to this question
Recommended Posts