[Pomoc]FS


Započeo S-RP | McEnnedy Keksi :D, Oktobar 04, 2011, 18:27:03 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.


Problem: Ja sam kopiro jedan FS. Nije bilo Download, nego je uploadano preko pasebinta (tako nesto). To znaci da je uploado text. Ja sam to kopiro i edito CP za to lokaciju. To sam prebacio u FS folder, i stavio u .cfg. I neradi mi GPS system.
Skripta koju editujete: Ja sam to kopiro s pasebinta, i otvorio new.pwn i tu sam to zaliepio Jel to valja za FS ?

daj mi link od te fs sa pastebina pa ti je ja napravim
Respect: Gagi, Maki187, Phillips, TerminuS, Neno, Lepotic, [AL] K4[Я]!K3â,,¢, Gotti747

K4[Я]!K3

*

'Respect cannot be learned, it can only be earned.'

stavi link do koda :)

Citat: mcenedy poslato Oktobar 04, 2011, 18:27:03 POSLE PODNE
Skripta koju editujete: Ja sam to kopiro s pasebinta, i otvorio new.pwn i tu sam to zaliepio Jel to valja za FS ?
ma valja XD

da sto nebi nego kako ces drugacije sa pastebina

mozes dodati u gm direktno ili napravis fs kada stavljas direktno onda ti netreba ono sve
Respect: Gagi, Maki187, Phillips, TerminuS, Neno, Lepotic, [AL] K4[Я]!K3â,,¢, Gotti747

Tema od toga FSa:
http://balkan-samp.com/forum/index.php?topic=26430.0
Ovo sam ja editovo:
Kod: c
     /* FilterScript napravio Stjepan
         FilterScript napravljena 25.08.2011*/
#include <a_samp>
//Boje
#define COLOR_GOLD 0xB8860BAA
#define COLOR_LIGHTRED 0xFF6347AA
#define COLOR_LIGHTBLUE 0x33CCFFAA
#define COL_ORANGE         "{FFAF00}"
#define COL_WHITE          "{FFFFFF}"
#pragma tabsize 0

      new gps;

      public OnFilterScriptInit()
      {
              print("\n____________________________________");
              print("       GPS System by StjepanS");
              print("  ____________________________________\n");
              return 1;
      }

      public OnFilterScriptExit()

      {
              return 1;

      }


main()
{
        print("\n____________________________________");
        print("       GPS System by StjepanS");
        print("  ____________________________________\n");
}

      public OnPlayerConnect(playerid)
      {
          SendClientMessage(playerid, 0xB8860BAA, "Ovaj server koristi FS GPS od {FFAF00}.");
              return 1;
      }

      public OnPlayerCommandText(playerid, cmdtext[])
      {
              if (strcmp("/gpson", cmdtext, true, 7) == 0)
              {
                      ShowPlayerDialog(playerid,gps,DIALOG_STYLE_LIST,"{FFFFFF}GPS System {FFFFFF}- {FFAF00}","Banka\nMarina\nAuto Salon\nBolnica\nPD #2\nPD #1\nNocni Klub\nSlasticarna","Odaberi","Zatvori");
                      return 1;
              }
              if (strcmp("/gpsoff", cmdtext, true, 8) == 0)
              {
              DisablePlayerCheckpoint(playerid);
                      SendClientMessage(playerid, 0xFF6347AA, "GPS {FFFFFF}- {FFAF00}Iskljucen.");
                      return 1;
              }
              return 0;
      }

      public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
      {
          if(dialogid == gps)
          {
          if(response)
          {
          if(listitem == 0)
          {
          SendClientMessage(playerid, 0xFF6347AA, "GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}Banka.");
          SetPlayerCheckpoint(playerid,2300.4978,-16.5919,26.4844,3.0);
          return 1;
          }
          if(listitem == 1)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}Marina.");
          SetPlayerCheckpoint(playerid,2153.3047,-94.5029,2.6851,3.0);
          }
          if(listitem == 2)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}Auto Salon.");
          SetPlayerCheckpoint(playerid,1350.9714,347.8615,20.3940,3.0);
          }
          if(listitem == 3)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}Bolnica.");
          SetPlayerCheckpoint(playerid,1244.3318,327.7161,19.7555,3.0);
          }
          if(listitem == 4)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}PD #2.");
          SetPlayerCheckpoint(playerid,1274.7438,235.8554,19.5547,3.0);
          }
          if(listitem == 5)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}PD #1.");
          SetPlayerCheckpoint(playerid,628.2318,-571.4180,17.3223,3.0);
          }
          if(listitem == 6)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}Nocni Klub.");
          SetPlayerCheckpoint(playerid,1319.1959,227.0072,19.5547,3.0);
          }
          }
          if(listitem == 7)
          {
          SendClientMessage(playerid, 0xFF6347AA,"GPS {FFFFFF}- {FFAF00}Destinacija postavljena:{FFFFFF}Slasticarna.");
          SetPlayerCheckpoint(playerid,672.0632,-627.5098,16.3359,3.0);
          }
          }
          return 1;
      }

      public OnPlayerEnterCheckpoint(playerid)
      {
          DisablePlayerCheckpoint(playerid);

          SendClientMessage(playerid, COLOR_GOLD, "Stigli ste do zeljene destinacije.");
          SendClientMessage(playerid, COLOR_GOLD, "Ako hocete iskljucit GPS pisite {FFAF00}/gpsoff.");
          return 1;
      }
      /* FilterScript napravio StjepanS

         FilterScript napravljena 25.08.2011*/
Poslednja Izmena: Oktobar 04, 2011, 18:52:25 POSLE PODNE od mcenedy

K4[Я]!K3

*

'Respect cannot be learned, it can only be earned.'

Citat: danijel123 poslato Oktobar 04, 2011, 18:33:29 POSLE PODNE
da sto nebi nego kako ces drugacije sa pastebina

mozes dodati u gm direktno ili napravis fs kada stavljas direktno onda ti netreba ono sve
stavi link! ili da zakljucam temu zato sto je nisi napisao po pravilima?


K4[Я]!K3

*

'Respect cannot be learned, it can only be earned.'