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. }
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.
Originally Posted by Pandabeer1337
redownload the dutils.inc
|
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 |
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 |
Originally Posted by Pandabeer1337
Quote:
![]() 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? |
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?
|
Originally Posted by Pandabeer1337
|