Spawning stuff - Errors
#6

Quote:
Originally Posted by SpiritEvil
Посмотреть сообщение
Or you could do:

pawn Код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        new str[800];
        format(str, sizeof(str), "Brass Knuckles\nGold Club\nNite Stick\nKnife\nBaseball Bat\nShovel\nPool Cue\nKatana\nChainsaw\nPurple Dildo\nSmall Vibrator\nLarge Vibrator\n");
        format(str, sizeof(str), "%sFlowers\nCane\nGrenade\nTear Gas\nMolotov Cocktail\n9mm\nSilenced 9mm\nDesert Eagle\nShotgun\nSawn-Off Shotgun\nCombat Shotgun\nMicro SMG\n", str);
        format(str, sizeof(str), "%sMP5 / SMG\nAK47\nM4\nTec9\nCountry Rifle\nSniper Rifle\nRocket Launcher\nHeat Seaker\nFlamethrower\nMinigun\nSatchel Charge\nDetonator\n", str);
        format(str, sizeof(str), "%sSpray Can\nFire Extinguisher\nCamera\nNightvision Goggles\nThermal Goggles\nParachute", str);
        ShowPlayerDialog(playerid, DIALOG_Gun, DIALOG_STYLE_LIST, "{00FF00}List {0000FF}Of {FF0000}Weapons", str, "Spawn Item", "Close");
        return 1;
    }
Wouldn't help as it still exceeds the max. lines limit.
Reply


Messages In This Thread
Spawning stuff - Errors - by Infinity90 - 29.02.2012, 14:53
AW: Spawning stuff - Errors - by Drebin - 29.02.2012, 14:58
Re: Spawning stuff - Errors - by Infinity90 - 29.02.2012, 14:59
Re: Spawning stuff - Errors - by Ballu Miaa - 29.02.2012, 15:03
Re: Spawning stuff - Errors - by SpiritEvil - 29.02.2012, 15:38
AW: Re: Spawning stuff - Errors - by Drebin - 29.02.2012, 15:44
Re: AW: Re: Spawning stuff - Errors - by SpiritEvil - 29.02.2012, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)