evo imam problem sa errorom jednim pa pogledajte ovu sliku
http://slike.hr/slike/error_09e79.jpg.html
pomoc!! PLS
1,543
pregleda
11
postova
pre 16 godina
Quote from January 25, 2010, 6:20 am:
evo imam problem sa errorom jednim pa pogledajte ovu sliku
http://slike.hr/slike/error_09e79.jpg.html
http://slike.hr/slike/error_09e79.jpg.html
Pa procitaj sta ti pise kao error.I reci mi jel ti sta to znaci.
pre 16 godina
da imam ih i onda idem compile pa pise eroor da nema a_sampdp pa onda ja to ubacim pa opet compile pa mi se pojavi 26errora i pise
npr. C:\Documents and Settings\Teklić\Desktop\samp02Xserver.win32\gamemodes\gf.pwn(1603😎 : error 017: undefined symbol "ReturnUser"
ne kuzm😕?
npr. C:\Documents and Settings\Teklić\Desktop\samp02Xserver.win32\gamemodes\gf.pwn(1603😎 : error 017: undefined symbol "ReturnUser"
ne kuzm😕?
pre 16 godina
Mozda bug sa "strtok"
probaj ovaj kod staviti ispod objekata
npr.
Takav je problem mene mucio kada sam to stavio sve je radilo 😉 sretno
probaj ovaj kod staviti ispod objekata
return 1;
}
strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string <= ' '))
{
index++;
}
new offset = index;
new result;
while ((index < length) && (string > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string;
index++;
}
result[index - offset] = EOS;
return result;
} npr.
CreateObject(914, 1277.847168, 1711.601074, 14.109590, 0, 0, 89.9999813789); // object (41)
return 1;
}
strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string <= ' '))
{
index++;
}
new offset = index;
new result;
while ((index < length) && (string > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string;
index++;
}
result[index - offset] = EOS;
return result;
} Takav je problem mene mucio kada sam to stavio sve je radilo 😉 sretno
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava
