Problem

Započeo Fico_Milosevic, Decembar 29, 2009, 14:50:01 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

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!!

Balkan Secret nije još jedan GF edit. Ovaj mod je pisan od nule.

A da stavit te redove u kojima su erorri  ??? ???


evo jedan primjer

               
                  ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
               }
            }
         }

Balkan Secret nije još jedan GF edit. Ovaj mod je pisan od nule.

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...

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


Balkan Secret nije još jedan GF edit. Ovaj mod je pisan od nule.

Ne, problem je u onom sta si zadnje dodavao..postaj sta si zadnje dodao u mod, meni se desi tako nekad sa PlayerToPoint...

Uh ima puno toga

Balkan Secret nije još jedan GF edit. Ovaj mod je pisan od nule.

Moras znati ajde nabroji sta si dodao pa cemo vidit sta je eror napravilo...

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.

Balkan Secret nije još jedan GF edit. Ovaj mod je pisan od nule.