Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Fico_Milosevic poslato Decembar 29, 2009, 14:50:01 POSLE PODNE

Naslov: Problem
Poruka od: Fico_Milosevic poslato Decembar 29, 2009, 14:50:01 POSLE PODNE
Imam jedan problem u vezi skripte.Početnik sam pa još ne znam baš dobro skriptat i trebam pomoć.Zahvaljujem unaprijed na pomoći
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(7744) : error 004: function "FixHour" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(7974) : error 004: function "FixHour" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(8011) : error 004: function "FixHour" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(8101) : error 004: function "CrimInRange" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(4844) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(10369) : error 004: function "ProxDetectorS" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(10392) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11752) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11787) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11821) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11855) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11890) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11930) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11935) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(11940) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(12045) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(12053) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(12517) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(12537) : error 004: function "ProxDetectorS" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(12665) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(13462) : error 004: function "ProxDetectorS" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(13478) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(13998) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(14041) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(14076) : error 004: function "ProxDetector" is not implemented

Pomagajte!!
Naslov: Odg: Problem
Poruka od: [LB]Weite.psd poslato Decembar 29, 2009, 15:59:38 POSLE PODNE
A da stavit te redove u kojima su erorri  ??? ???
Naslov: Odg: Problem
Poruka od: Fico_Milosevic poslato Decembar 29, 2009, 16:06:49 POSLE PODNE
evo jedan primjer

               
                  ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
               }
            }
         }
Naslov: Odg: Problem
Poruka od: [CH] ♫◄[Sam]►♫ poslato Decembar 29, 2009, 16:09:02 POSLE PODNE
Citat: Fico_Milosevic poslato Decembar 29, 2009, 16:06:49 POSLE PODNE
evo jedan primjer

               
                  ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
               }
            }
         }
postaj i nekoliko redova iznad...
Naslov: Odg: Problem
Poruka od: Fico_Milosevic poslato Decembar 29, 2009, 16:21:55 POSLE PODNE
Evo
            CellTime = CellTime +1;
            if (Mobile[Mobile] == 255 && CellTime == 5)
            {
                if(IsPlayerConnected(Mobile))
                {
                  new called[MAX_PLAYER_NAME];
                  GetPlayerName(Mobile, called, sizeof(called));
                  format(string, sizeof(string), "* %s's phone rings.", called);
                  RingTone[Mobile] = 10;
                  ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
               }
            }
         }
Ja mislim da je problem u tome što ProxDetector nije u GF modu dobro definiran a ja to ne znam složiti

Naslov: Odg: Problem
Poruka od: Chris poslato Decembar 29, 2009, 17:15:07 POSLE PODNE
Ne, problem je u onom sta si zadnje dodavao..postaj sta si zadnje dodao u mod, meni se desi tako nekad sa PlayerToPoint...
Naslov: Odg: Problem
Poruka od: Fico_Milosevic poslato Decembar 29, 2009, 17:30:25 POSLE PODNE
Uh ima puno toga
Naslov: Odg: Problem
Poruka od: Chris poslato Decembar 29, 2009, 18:53:09 POSLE PODNE
Moras znati ajde nabroji sta si dodao pa cemo vidit sta je eror napravilo...
Naslov: Odg: Problem
Poruka od: Fico_Milosevic poslato Decembar 30, 2009, 12:39:13 POSLE PODNE
Riješio sam problem.
public ProxDetector
je bio na kraju skripte pa sam ga premjestio na početak i sad sve lijepo radi.Hvala vam svima.