Szerző Téma: Megint nem jó 1 mód!  (Megtekintve 701 alkalommal)

Shika

  • Vendég
Megint nem jó 1 mód!
« Dátum: 2012. január 01. - 20:22:38 »
0 Show voters
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(8) : fatal error 100: cannot read from file: \"fixchars\"
Compilation aborted.Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
1 Error.
Ez mi a bûn e miatt nem csinál AMX-et és nem tom mi ez azt tudom hogy nem bir olvasni egy fájlt

Nem elérhető lusta19

  • 9084
  • £u$taÐi$znó
    • Profil megtekintése
Megint nem jó 1 mód!
« Válasz #1 Dátum: 2012. január 01. - 20:27:29 »
0 Show voters
A módba benne van?
#include  <  fixchars >
És a pawno include mappába az inc?

Shika

  • Vendég
Megint nem jó 1 mód!
« Válasz #2 Dátum: 2012. január 01. - 20:29:11 »
0 Show voters
pawno incudle mappába nincs benne azt se tudom mi ez 1 haverom adta a módot

Dupla hozzászólás automatikusan összefûzve. ( 2012. január 01. - 20:29:39 )

sõtt a szerverben sincs bent

Nem elérhető lusta19

  • 9084
  • £u$taÐi$znó
    • Profil megtekintése
Megint nem jó 1 mód!
« Válasz #3 Dátum: 2012. január 01. - 20:35:47 »
0 Show voters
akkor ragd bele
meg írd bele a módba
http://solidfiles.com/d/a291/

Shika

  • Vendég
Megint nem jó 1 mód!
« Válasz #4 Dátum: 2012. január 01. - 20:38:19 »
0 Show voters
Kész erre 1bõl 6error o.O
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11874) : error 017: undefined symbol \"strtok\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11874) : error 033: array must be indexed (variable \"tmp\")
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11875) : error 017: undefined symbol \"strtok\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11875) : error 033: array must be indexed (variable \"tmp2\")
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11876) : error 017: undefined symbol \"strtok\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11876) : error 033: array must be indexed (variable \"tmp3\")
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11873) : warning 203: symbol is never used: \"Index\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(12027) : warning 209: function \"cmd_af\" should return a value
Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
6 Errors.
« Utoljára szerkesztve: 2012. január 01. - 20:40:21 írta Shika »

Megint nem jó 1 mód!
« Válasz #5 Dátum: 2012. január 02. - 00:55:56 »
0 Show voters
Akkor irr a móddal van baj csak a fixchars miatt volt 1 fatal error de magába a modba van több Ne fogadj el modot !!! készits eggyet én is egy hete Kezdtem el az uj szeróm és már Majdnem fullos

g_szColumnData

  • Vendég
Megint nem jó 1 mód!
« Válasz #6 Dátum: 2012. január 02. - 01:20:55 »
+1 Show voters

C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11874) : error 017: undefined symbol \"strtok\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11874) : error 033: array must be indexed (variable \"tmp\")
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11875) : error 017: undefined symbol \"strtok\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11875) : error 033: array must be indexed (variable \"tmp2\")
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11876) : error 017: undefined symbol \"strtok\"
C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11876) : error 033: array must be indexed (variable \"tmp3\")
 
[/quote]
Helyezd el globálisan ezt a sort.
 

strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= \' \'))
{
index++;
}
new offset = index;
new result[20];
while ((index < length) && (string[index] > \' \') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}

 


C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(11873) : warning 203: symbol is never used: \"Index\"[/quote]
Távolítsd el az \'Index\' nevezetû változót.


C:\\Users\\Máté & Geri\\Desktop\\enr.pwn(12027) : warning 209: function \"cmd_af\" should return a value[/quote]
Zeex parancs feldolgozó függvénykönyvtárt is használsz?

Shika

  • Vendég
Megint nem jó 1 mód!
« Válasz #7 Dátum: 2012. január 02. - 08:48:15 »
0 Show voters
nem tom mit beszész itt fúl magyartalanul de inkább vegyél fel skype! ott van a profilomba

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal