SA-MP Forums Archive
what the hell... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: what the hell... (/showthread.php?tid=68453)



what the hell... - Synkro93 - 10.03.2009

pawn Код:
249.    if(strcmp(cmdtext, "/credits", true) == 0) {
250.    SendClientMessage(playerid, COLOR_ORANGE, "Gamemode: DjSkca_");
251.    SendClientMessage(playerid, COLOR_ORANGE, "Maps: Ov3rLo4d, Joe, DjSkca_");
252.    SendClientMessage(playerid, COLOR_ORANGE, "/NRG: Fallout");
253.    SendClientMessage(playerid, COLOR_ORANGE, "/INFERNUS: edited from /nrg by DjSkca_");
254.    SendClientMessage(playerid, COLOR_ORANGE, "SA-MP: Kyeman(4ever) & SA-MP dev's");
255. return 1;
256.    }
257.   
258.    if(strcmp(cmdtext, "/teles", true) == 0) {
259.    SendClientMessage(playerid, COLOR_ORANGE, "/loop1 , /helix1 , /chilliad , /xstuntpark,");
260.    SendClientMessage(playerid, COLOR_ORANGE, "/omfgtube1, /omfgtube2, /ramp, /gdown,");
261.    SendClientMessage(playerid, COLOR_ORANGE, "/gdown1, /aastunt");
262. return 1;
263.    }
And I get:
Код:
C:\Users\(A)dmin (A)rmin\Desktop\samp02Xserver.win32\pawno\include\dutils.inc(254) : error 021: symbol already defined: "frename"
C:\Users\(A)dmin (A)rmin\Desktop\samp02Xserver.win32\pawno\include\dutils.inc(255) : error 010: invalid function or declaration
C:\Users\(A)dmin (A)rmin\Desktop\samp02Xserver.win32\pawno\include\dutils.inc(257) : error 010: invalid function or declaration
C:\Users\(A)dmin (A)rmin\Desktop\samp02Xserver.win32\pawno\include\dutils.inc(259) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
I can't find what the problem is...


Re: what the hell... - Think - 10.03.2009

redownload the dutils.inc


Re: what the hell... - Synkro93 - 10.03.2009

Quote:
Originally Posted by Pandabeer1337
redownload the dutils.inc
still same..


Re: what the hell... - RyDeR` - 10.03.2009

Try to delete line:
255
257
259

And the frename error i think delete also the line Where the error gives


Re: what the hell... - Synkro93 - 10.03.2009

Quote:
Originally Posted by ToD
Try to delete line:
255
257
259

And the frename error i think delete also the line Where the error gives
lol?
The same error on the same lines, whatever I put there. Even with just empty lines...


Re: what the hell... - Think - 10.03.2009

Quote:
Originally Posted by ToD
Try to delete line:
255
257
259

And the frename error i think delete also the line Where the error gives
retard dont answer if you dont know what these errors are


the error doesn't lay in the script but in the include called dutils, did you put a function in your main script called frename?


Re: what the hell... - RyDeR` - 10.03.2009

Quote:
Originally Posted by Pandabeer1337
Quote:
Originally Posted by ToD
Try to delete line:
255
257
259

And the frename error i think delete also the line Where the error gives
retard dont answer if you dont know what these errors are


the error doesn't lay in the script but in the include called dutils, did you put a function in your main script called frename?
Aight Aight Aight man don't cry xD


Re: what the hell... - Synkro93 - 10.03.2009

Quote:
Originally Posted by Pandabeer1337
the error doesn't lay in the script but in the include called dutils, did you put a function in your main script called frename?
No...


Re: what the hell... - Think - 10.03.2009

euhm wait ill upload my dutils..


click


Re: what the hell... - Synkro93 - 10.03.2009

Quote:
Originally Posted by Pandabeer1337
euhm wait ill upload my dutils..


click
Still same..