Jump to content

Question

Posted

D:\Scripturi samp\aaa\gamemodes\DU.pwn(1491) : error 075: input line too long (after substitutions)

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

Linia:

GetPlayerName(playerid, name, sizeof(name));

Respir si traiesc !

3 answers to this question

Recommended Posts

Posted

if (strcmp(cmdtext, "/credits", true)==0)
    {
    new name[MAX_PLAYER_NAME], strg[900];
    GetPlayerName(playerid, name, sizeof(name));
    format(strg,sizeof(strg),"{03E1FE}GameMode ({FC0303}GM{FFFFFF})\n - {00FF19}Creat de %s%s%s%s\n\n{03E1FE}FileScripts and Includes:\n\n - {FC0303}[xXx]Bogdan - {00FF19}Speedometter\n\n - {FC0303}oXiGen - {00FF19}Admin System\n\n - {FC0303}Zh3r0 - {00FF19}VUP System\n\n - {FC0303}oXidat - {00FF19}Drift Points Counter\n\n{03E1FE}Altii:\n\n - {03E1FE}Echipa de pe {00FF19}redzmax.com\n\n - {03E1FE}Useri de pe {00FF19}redzmax.com\n\n{FFFFFF}Si {FC0303}%s {FFFFFF}pentru ca joaca pe server!", GTimer,tmpc,Pme,jb,name);
    ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{00FF04}Server Credits", strg, "OK", "Cancel");
    return 1;
    }

Uite toata comanda

Respir si traiesc !

Guest PlayON
Posted

format(strg,sizeof(strg), "...");

este prea LUNG!

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.