Jump to content

Majky47

Uživatel
  • Příspěvků

    42
  • Registrován

  • Aktivní

Příspěvky posted by Majky47

  1. Cawte hladam hracov / adminov na moj server ktory by tam boli aktivny.

     

    A rozpracovali by mi MAPU

    :)

     

    Podmienky pre adminov:

    -Vediet s OP

    -Vediet s WE

    -Vediet s citizens

    -Vediet s LWC

    -Vediet s Authme

    -Vediet s ColoredSigns

    -Vediet s PlgWarp

    -Vediet s PlgSetSpawn

     

    Podmienky pre hracov:

     

    -Byt aktivny

    -Nic nenicit

    -Citat pravidla

     

    IP: 37.59.1.30:25625

     

    Kto ma zaujem o OP napiste bud na Pawno alebo na Skype : matej zdarma

  2. :help:

    Zdravim

    Pomozte mi robim si FS a potrebujem move object ktory pojde do zeme cely.

    Tu prilozim odkaz ci to je dobre:

     

    new obj; // Somewhere at the top of your script
    
       obj = CreateObject(2957, -1424.5999755859, -957.09997558594, 201.5, 0, 0, 90);
       return 1;
    }
    
    public OnPlayerCommandText(playerid, cmdtext[])
    {
       if(strcmp(cmdtext, "/x1", true) == 0)
       {
           new string[50];
           new movetime = MoveObject(obj, 0, 0, 10, 2.00);
           format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime);
           SendClientMessage(playerid, 0xFF000000, string);
           return 1;
    
        obj = CreateObject(2957, -1424.5999755859, -957.09997558594, 201.5, 0, 0, 90);
        return 1;
    }
    
    public OnPlayerCommandText(playerid, cmdtext[])
    {
       if(strcmp(cmdtext, "/x2", true) == 0)
       {
           new string[50];
           new movetime = MoveObject(obj, 0, 0, 10, 2.00);
           format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime);
           SendClientMessage(playerid, 0xFF000000, string);
           return 1;
    
        obj = CreateObject(971, -1411.1999511719, -968.40002441406, 202.60000610352, 0, 2, 272);
        return 1;
    }
    
    public OnPlayerCommandText(playerid, cmdtext[])
    {
       if(strcmp(cmdtext, "/x", true) == 0)
       {
           new string[50];
           new movetime = MoveObject(obj, 0, 0, 10, 2.00);
           format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime);
           SendClientMessage(playerid, 0xFF000000, string);
           return 1;
    
       return 0;

     

  3. Vzdy mi vyhodi ERROR:

    Toto dam do Pawna:

     

    ew maxPlayers = GetMaxPlayers();
      static const AdminNick[21] = "NoFeAR";
      new name[21], ip_adresa[16];
    
      for (new i=0; i< maxPlayers; i++)
      {
         if (IsPlayerConnected(i))
         {
            GetPlayerIp(i, ip_adresa, sizeof(ip_adresa));
            if (!strcmp(ip, ip_adresa, false)) //Našli jsme hráče s danou ip, co se pokoušel přihlásit
            {
                GetPlayerName(i, name, sizeof(name));
                if (strcmp(name, AdminNick, false)) //Když má jiný nick, než AdminNick
                {
                    Kick(i);
                }
                break; //Ukončíme smyčku, protože hráče s danou ip už jsme našli
             }
         }
      }

     

    A Error:

     

    C:\Users\Uživatel\Desktop\Moje Veci\Pawno\pawno\RCON.amx(1) : error 013: no entry point (no public functions)
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    1 Error.

  4. Zdravím, bylo tu téma kdysi dávno na ten stejný způsob, ale bohužel už jaksi není, tak bych to téma chtěl nějakým způsobem obnovit. :)

     

    Tak, kdo bude mít zájem tak se může podělit se svojí plochou, do které většina z nás tupě čumí X hodin :) takže já začnu.

     

    PC:

    2ceklmb.png

     

     

    Notebook (Je čerstvě po reinstallu widlí, tak jsem si zatím na něm moc práci nedal) :)

    apb9c5.png

     

     

    Caw chcel by som od tebe ten Skin z RainMeteru aj Themu kde mas ten Monster dik posli do Sukromnej Spravy

  5. A teraz neviete v čom je problem?

     

        if( !strcmp(cmdtext,"/lv",true ))
       {
           SendClientMessage(playerid, 0x00B50000, "Vitajte v {88AA88}Las Venturas.");
             new car = GetPlayerVehicleID(playerid);
             new sprava[128];
    		  format(sprava,128,"Hráč %s sa odwarpoval na %s",HracoveMeno(playerid),cmdtext)
             SendClientMessage(playerid,0xFFFFFAA,sprava);
             if(!IsPlayerInAnyVehicle(playerid))
             {
            SetPlayerPos(playerid, 1699.1999, 1435.0999, 10.6999); // port pokud neni v autě
            }else{
            SetVehiclePos(car, 1699.1999, 1435.0999, 10.6999); // port s autem 
           }
           return 1;
       }

     

     

    CHYBY HLASI:

     

    K:\Server.pwn(1072) : warning 217: loose indentation

    K:\Server.pwn(1075) : error 001: expected token: ";", but found "-identifier-"

    K:\Server.pwn(1079) : warning 217: loose indentation

    K:\Server.pwn(1082) : warning 217: loose indentation

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

     

     

    1 Error.

     

    Warning to neriešim hlavne len ERROR :/

×
×
  • Create New...