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(1347😎 : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\FIĆO\My Documents\Preuzimanja\gf.pwn(1399😎 : 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!!
Problem
1,472
pregleda
9
postova
29. Dec. 2009.
29. Dec. 2009.
evo jedan primjer
ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
}
}
ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
}
}
Kingpin
Novi Član
240 / 250 XP
🌱Početnik(0)
1,007
Postovi:
12
Teme:
Pridružio se:Nov. 2009
29. Dec. 2009.
Fico_Milosevic wrote on December 29, 2009, 3:06 pm:
evo jedan primjer
ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
}
}
ProxDetector(30.0, Mobile, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
}
}
postaj i nekoliko redova iznad...
29. Dec. 2009.
Evo
CellTime = CellTime +1;
if (Mobile[Mobile] == 255 && CellTime == 5)
{
if(IsPlayerConnected(Mobile))
{
new called;
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
CellTime = CellTime +1;
if (Mobile[Mobile] == 255 && CellTime == 5)
{
if(IsPlayerConnected(Mobile))
{
new called;
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
30. Dec. 2009.
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.
public ProxDetector
je bio na kraju skripte pa sam ga premjestio na poÄetak i sad sve lijepo radi.Hvala vam svima.
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava