01.08.2012, 10:37
If you have good editor (like notepad++) multiline search and replace isn't a problem. Anyway, it is possible, because the compiler doesn't know what a new line is at all:
It doesn't look nice, but works
pawn Код:
if(Minigame[playerid]) { SendClientMessage(playerid,yellow,"type /kill to exit from this Mini Game."); return GameTextForPlayer(playerid, " ~y~ type /kill to exit",3000,3); }