Jump to content

Semtex_SK

Uživatel
  • Příspěvků

    36
  • Registrován

  • Aktivní

Příspěvky posted by Semtex_SK

  1. Dobry Den Mam Problem z include

     

    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(257) : error 055: start of function body without function header

    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(282) : error 010: invalid function or declaration
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(283) : error 070: rational number support was not enabled
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(284) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(284) : error 010: invalid function or declaration
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(284) : error 010: invalid function or declaration
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(287) : error 054: unmatched closing brace ("}")
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(288) : error 001: expected token: ";", but found "("
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(290) : error 021: symbol already defined: "string"
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(292) : error 070: rational number support was not enabled
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : error 010: invalid function or declaration
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : error 021: symbol already defined: "format"
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : error 010: invalid function or declaration
    C:\Users\pc\Desktop\LYRIcS\pawno\include\BanSystem.pwn(293) : fatal error 107: too many error messages on one line

    Dam Vam Aj Tie Riadky Ted Chcete S Tyma Erroramy Aj Warningami

    Riadky

    (257)stock AdminBanPlayer(playerid,id,duvodbanu[])
    
    (282)    SetPlayerInterior(playerid, 10);
    
    (283)SetPlayerPos(playerid, 226.9115,110.4767,999.0156);
    
    (284)format(string, sizeof(string), "{FF0000}Nick ve hře: {FFFFFF}%s\n{FF0000}Duvod: {FFFFFF}%s\n{FF0000}Admin: {FFFFFF}%s\n{FF0000}IP: {FFFFFF}%s", Jmeno(playerid),duvodkicku,Jmeno(id),PlayerIp(playerid));
    
    (287)}
    
    (288)public stock KickPlayer(playerid,udavatel[],duvodkicku[]);
    
    (290)new string[300];
    
    (292)SetPlayerPos(playerid, 226.9115,110.4767,999.0156);
    
    (293)format(string, sizeof(string), "{FF0000}Nick ve hře: {FFFFFF}%s\n{FF0000}Duvod: {FFFFFF}%s\n{FF0000}Admin: {FFFFFF}%s\n{FF0000}IP: {FFFFFF}%s", Jmeno(playerid),duvodkicku,udavatel,PlayerIp(playerid));
  2. Skust To Takto Mne To Takto Ide

     

    #include <a_samp>

     
    #define MAX_STRING 150
     
    new Text:AdminText[3][MAX_PLAYERS];
     
     
    public OnFilterScriptInit()
    {
    for(new i; i < GetMaxPlayers(); i++)
    {
    AdminText[0] = TextDrawCreate(355,298,"");
    TextDrawLetterSize(AdminText[0],0.199999,1.200000);
    TextDrawAlignment(AdminText[0],0);
    TextDrawBackgroundColor(AdminText[0],0x000000ff);
    TextDrawFont(AdminText[0],1);
    TextDrawUseBox(AdminText[0],0);
    TextDrawSetOutline(AdminText[0],1);
    TextDrawSetProportional(AdminText[0],1);
    TextDrawSetShadow(AdminText[0],1);
     
    AdminText[1] = TextDrawCreate(355,269,"");
    TextDrawLetterSize(AdminText[1],0.199999,1.300000);
    TextDrawAlignment(AdminText[1],0);
    TextDrawBackgroundColor(AdminText[1],0x000000ff);
    TextDrawFont(AdminText[1],1);
    TextDrawUseBox(AdminText[1],0);
    TextDrawSetOutline(AdminText[1],1);
    TextDrawSetProportional(AdminText[1],1);
    TextDrawSetShadow(AdminText[1],0);
     
    AdminText[2] = TextDrawCreate(355,325,"");
    TextDrawLetterSize(AdminText[2],0.199999,1.200000);
    TextDrawAlignment(AdminText[2],0);
    TextDrawBackgroundColor(AdminText[2],0x000000ff);
    TextDrawFont(AdminText[2],1);
    TextDrawUseBox(AdminText[2],0);
    TextDrawSetOutline(AdminText[2],1);
    TextDrawSetProportional(AdminText[2],1);
    TextDrawSetShadow(AdminText[2],1);
    }
      return 1;
    }
     
    public OnPlayerSpawn(playerid)
    {
    TextDrawShowForPlayer(playerid,AdminText[0][playerid]);
    TextDrawShowForPlayer(playerid,AdminText[1][playerid]);
    TextDrawShowForPlayer(playerid,AdminText[2][playerid]);
      return 1;
    }
     
     
    public OnPlayerCommandText(playerid, cmdtext[])
    {
    if (strcmp("/z", cmdtext, true, 10) == 0)
    {
    TextDrawShowForPlayer(playerid,AdminText[0][playerid]);
    TextDrawShowForPlayer(playerid,AdminText[1][playerid]);
    TextDrawShowForPlayer(playerid,AdminText[2][playerid]);
    new string[MAX_STRING];
    format(string,sizeof(string),"~r~Hrac ~y~%s ~r~si zapnul Text Drawy",PlayerName(playerid));
    //AdminText(MAX_STRING);
    //ChatMessage(string);
    return 1;
    }
     
    if (strcmp("/v", cmdtext, true, 10) == 0)
    {
    TextDrawHideForPlayer(playerid,AdminText[0][playerid]);
    TextDrawHideForPlayer(playerid,AdminText[1][playerid]);
    TextDrawHideForPlayer(playerid,AdminText[2][playerid]);
    new string[MAX_STRING];
    format(string,sizeof(string),"~r~Hrac ~y~%s ~r~si vipnul Text Drawy",PlayerName(playerid));
    //AdminText(string);
    //ChatMessage(string);
    return 1;
    }
     
    if (strcmp("/a", cmdtext, true, 10) == 0)
    {
    new string[MAX_STRING];
    format(string,sizeof(string),"~r~Hrac ~y~%s ~r~pouzil prikaz ~g~/a",PlayerName(playerid));
    //ChatMessage(string);
    return 1;
    }
     
    if (strcmp("/s", cmdtext, true, 10) == 0)
    {
    new string[MAX_STRING];
    format(string,sizeof(string),"~r~Hrac ~y~%s ~r~pouzil prikaz ~g~/s",PlayerName(playerid));
    //ChatMessage(string);
    return 1;
    }
     
    if (strcmp("/d", cmdtext, true, 10) == 0)
    {
    new string[MAX_STRING];
    format(string,sizeof(string),"~r~Hrac ~y~%s ~r~pouzil prikaz ~g~/d",PlayerName(playerid));
    //ChatMessage(string);
    return 1;
    }
     
      return 0;
      }
     
    stock PlayerName(playerid)
    {
     new name[MAX_PLAYER_NAME];
     GetPlayerName(playerid, name, MAX_PLAYER_NAME);
     return name;
    }

  3. Tam To Mam

    #pragma tabsize 0

    #define dcmd(%1,%2,%3)    if((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return true
    #define t_pilot           1
    #define t_golfista        2
    #define MAX_CONNECT_IN_ROW 3
    #define MAX_REJOIN_TIME   4000
    #define GetPlayerIP       GetPlayerIp
    #define pid               playerid
    #define DAYS(%1)          %1*3600
    #define PRESSED(%0) \

  4. Dobry Den Potrebujem Pomoc Z Mojim Gamemodem Už Som To Skusil Opravit Ale Nepodarilo Sa

    Tu Mate Errory

     

    C:\Users\pc\Desktop\RoyalMins.PWN(3394) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(3429) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(3674) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(3687) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(5363) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(6301) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(6302) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(6544) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(6942) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(6943) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(7951) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(8133) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(8518) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(8685) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(8702) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(10528) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(11175) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(11495) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(11496) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(11615) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12333) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12339) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12437) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12454) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12472) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12916) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12919) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12952) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12969) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(12975) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13006) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13066) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13089) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13175) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13221) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13240) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13251) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13261) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13318) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13330) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13340) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13533) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13555) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13567) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13589) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13641) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13655) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13694) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13795) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(13827) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(14009) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(14459) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(14460) : warning 217: loose indentation
    C:\Users\pc\Desktop\RoyalMins.PWN(14865) : warning 209: function "Streamer_OnPlayerEditObject" should return a value
  5. Ahojte,Mam Problem Mam VG6 A Hadže Mi To Problemy v Pawne

     

    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_anticheat.inc(395) : warning 235: public function lacks forward declaration (symbol "HealthAndArmourCheck")

    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_anticheat.inc(448) : warning 235: public function lacks forward declaration (symbol "SetHealth")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_anticheat.inc(453) : warning 235: public function lacks forward declaration (symbol "GetHealth")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_anticheat.inc(458) : warning 235: public function lacks forward declaration (symbol "SetArmour")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_anticheat.inc(464) : warning 235: public function lacks forward declaration (symbol "GetArmour")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_languages.inc(84) : error 017: undefined symbol "StripNewLine"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_zones.inc(144) : error 017: undefined symbol "StripNewLine"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_derby.inc(85) : error 017: undefined symbol "strtok"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_derby.inc(85) : error 033: array must be indexed (variable "tmp")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_derby.inc(86) : error 017: undefined symbol "strtok"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_derby.inc(86) : error 033: array must be indexed (variable "tmp2")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_fight.inc(150) : error 021: symbol already defined: "GetPlayerFightingStyle"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_fight.inc(152) : error 010: invalid function or declaration
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\pawno\include\vg_fight.inc(155) : error 021: symbol already defined: "SetPlayerFightingStyle"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\gamemodes\vg6.pwn(579) : error 017: undefined symbol "SetDisabledWeapons"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\gamemodes\vg6.pwn(2340) : error 017: undefined symbol "strtok"
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\gamemodes\vg6.pwn(2340) : error 033: array must be indexed (variable "cmd")
    C:\Users\pc\Desktop\Mods\Jakes\JaKe\gamemodes\vg6.pwn(2344) : error 017: undefined symbol "strtok"
×
×
  • Create New...