#3

Is it possible to add everything in 1 line? because i added this in all cmds (in more than 100 cmds)

pawn Код:
if(Minigame[playerid]) return GameTextForPlayer(playerid, " ~y~ type /kill to exit",3000,3);
And it is very hard to replace every thing with
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);
}
If it is in 1 line then i can easily replace it by pressing "H"
Reply


Messages In This Thread
Help - by P<3TS - 01.08.2012, 10:15
Re: Help - by Misiur - 01.08.2012, 10:21
Re: Help - by P<3TS - 01.08.2012, 10:34
Re: Help - by Misiur - 01.08.2012, 10:37
Re: Help - by Devilxz97 - 01.08.2012, 10:41
Re: Help - by P<3TS - 01.08.2012, 10:48
Re: Help - by Devilxz97 - 01.08.2012, 10:48

Forum Jump:


Users browsing this thread: 1 Guest(s)