Pawno errors
#3

Quote:
Originally Posted by MinDex
Посмотреть сообщение
Line is too long.

Try this :

Код HTML:
		    new msg1[150];
		    new msg2[150];
		    new msg3[150];
		    format(msg1, sizeof(msg1), "Shamal\nAndromeda\nAmmunation booths\nAmmunation range\nArea51\nlibertycityoutside\nlibertycityinside\nwarehouse 1\nwarehouse 2\nbank\ndirt track\npleasure domes\nbattle field\nSan Fierro Police HQ\nLos Santos Police HQ\nLas Ventras Police HQ");
		    format(msg2, sizeof(msg2), "\n8track\nBlood bowl\nKickstart\nHiddenroom\nWoozie's Office\nPlanning Department\nLos Santos Gym\nLas Ventrus Gym\nSan Fierro Gym\nCrack Factory\nAirport Ticket Desk\nAirport baggage reclaim\n Meat Factory\nBetting Shop");
		    format(msg3, sizeof(msg3), "%s%s", msg1, msg2);
		    ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX ,"Interior Teleports", msg3, "Select", "Close");
Not tested.
What No... just... no...

pawn Код:
{
    #if ONLY_ADMIN == true
    if(!ADMIN) return 0;
    #endif
    ShowPlayerDialog(playerid, TELE_DIALOG, DIALOG_STYLE_LIST, "Interior Teleports",
        "Shamal\nAndromeda\nAmmunation booths\nAmmunation range\nArea51\nlibertycityoutside\nlibertycityinside\nwarehouse 1\nwarehouse 2\nbank\ndirt track\npleasure domes\nbattle field\nSan Fierro Police HQ\nLos Santos Police HQ\nLas Ventras Police HQ\n8track\nBlood bowl\nKickstart\nHiddenroom\nWoozie's Office\nPlanning Department\nLos Santos Gym\nLas Ventrus Gym\nSan Fierro Gym\nCrack Factory\nAirport Ticket Desk\nAirport baggage reclaim\n Meat Factory\nBetting Shop",
        "Select", "Close");
    return 1;
}
Reply


Messages In This Thread
Pawno errors - by xTURBOx - 11.09.2015, 06:53
Re: Pawno errors - by MinDex - 11.09.2015, 07:19
Re: Pawno errors - by Threshold - 11.09.2015, 09:44
Re: Pawno errors - by IceBilizard - 11.09.2015, 09:59
Re: Pawno errors - by Karolukas123 - 11.09.2015, 10:11
Re: Pawno errors - by Threshold - 11.09.2015, 10:19
Re: Pawno errors - by xTURBOx - 12.09.2015, 05:08

Forum Jump:


Users browsing this thread: 1 Guest(s)