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!!
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);
}
}
}
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
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
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.