Quote:
|
Originally Posted by billiout
Quote:
|
Originally Posted by ViruZZzZ_ChiLLL
Quote:
|
Originally Posted by billiout
i make like that
Code:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX ,"Rules","No Random Killing / hit contracts / DeathMatching / TeamKilling /nNo Hacking / Cheating /nNo Bitching /nSpeak only English in main chat /nHitmen can only kill players on there /listhits /nDo not go on a cop killing spree just because you are wanted /nRead /pc for a list of colour relevance","Accept","Quit");
but still the /n doesnt work i mean in game all msg are in one line.
|
Thats because you must put n after each slashes
here :
pawn Code:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX ,"Rules","No Random Killing/nhit contracts /nDeathMatching /nTeamKilling /nNo Hacking /nCheating /nNo Bitching /nSpeak only English in main chat /nHitmen can only kill players on there /nlisthits/nDo not go on a cop killing spree just because you are wanted/nRead /npc for a list of colour relevance","Accept","Quit");
|
i dont want it for all slashes because 2 of them are commands.
|
Then just remove the slashes if you want something to be in the same row.
Example :
pawn Code:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX ,"Rules","No Random Killing hit contracts DeathMatching TeamKilling /nNo Hacking /nCheating /nNo Bitching /nSpeak only English in main chat /nHitmen can only kill players on there /nlisthits/nDo not go on a cop killing spree just because you are wanted/nRead /npc for a list of colour relevance","Accept","Quit");