SA-MP Forums Archive
6 Error when i updated my Plugins - 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)
+--- Thread: 6 Error when i updated my Plugins (/showthread.php?tid=403704)



1 ERROR NEED HELP HERE QUICK - aslan890 - 31.12.2012

Код:
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : warning 213: tag mismatch
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(52472) : error 017: undefined symbol "iIndex"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: 6 Error when i updated my Plugins - aslan890 - 31.12.2012

someone


Re: 6 Error when i updated my Plugins - mau.tito - 31.12.2012

pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5, 1, 30.0);
update your include.


Re: 6 Error when i updated my Plugins - aslan890 - 31.12.2012

Quote:
Originally Posted by mau.tito
Посмотреть сообщение
pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5, 1, 30.0);
update your include.
Hey bro i updated my INC and it give me this errors

Код:
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : error 017: undefined symbol "distance"
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : error 001: expected token: ";", but found ")"
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : error 029: invalid expression, assumed zero
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.



Re: 6 Error when i updated my Plugins - aslan890 - 31.12.2012

i put the code that you give me
and i got this error:

Код:
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(16897) : warning 213: tag mismatch
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(52472) : error 017: undefined symbol "distance"
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(52472) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(52472) : error 001: expected token: ";", but found ")"
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(52472) : error 029: invalid expression, assumed zero
C:\Users\GURKAN\Desktop\MAP PACK\NEXT-GEN GRKN EDIT\gamemodes\CLRP.pwn(52472) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Line: (52472)

Код:
		HouseInfo[house][hTextID] = CreateDynamic3DTextLabel( string, COLOR_GREEN, HouseInfo[house][hExteriorX], HouseInfo[house][hExteriorY], HouseInfo[house][hExteriorZ]+0.5, 30.0, .testlos = 1, .distance = 30.0);



Re: 6 Error when i updated my Plugins - mau.tito - 31.12.2012

take this business of distance


Re: 6 Error when i updated my Plugins - aslan890 - 31.12.2012

Quote:
Originally Posted by mau.tito
Посмотреть сообщение
take this business of distance
Sorry i didn't get it? how can i fix it?