Compiler error [Help] - 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: Compiler error [Help] (
/showthread.php?tid=394072)
Compiler error [Help] -
showarn - 21.11.2012
Hello as the title says i get erros when i compile my gamemode and errors is on the same line!
Note This happend when i downloaded the latest Streamer Plugin v2.6.1
Код:
C:\Users\showarn\Desktop\gta server\gamemodes\NGRP.pwn(16897) : error 017: undefined symbol "distance"
C:\Users\showarn\Desktop\gta server\gamemodes\NGRP.pwn(16897) : warning 215: expression has no effect
C:\Users\showarn\Desktop\gta server\gamemodes\NGRP.pwn(16897) : error 001: expected token: ";", but found ")"
C:\Users\showarn\Desktop\gta server\gamemodes\NGRP.pwn(16897) : error 029: invalid expression, assumed zero
C:\Users\showarn\Desktop\gta server\gamemodes\NGRP.pwn(16897) : fatal error 107: too many error messages on one line
and here is my line
Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
please help with this ill ofcourse add rep++
Re: Compiler error [Help] -
Joshman543 - 21.11.2012
Make sure you have the latest copy of the streamer.inc
Re: Compiler error [Help] -
showarn - 21.11.2012
humm i just downloadd all files from this place
https://sampforum.blast.hk/showthread.php?tid=102865
Includes streamer.dll to plugins folder
and also pawno\include\streamer.inc
Re: Compiler error [Help] -
showarn - 21.11.2012
Now i added latest Ysi and now i get only 1 error and thats
Код:
C:\Users\showarn\Desktop\gta server\pawno\include\YSI\y_iterate.inc(202) : fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Compiler error [Help] -
EliteApple - 21.11.2012
Update Foreach
Re: Compiler error [Help] -
showarn - 21.11.2012
cant find any foreach for this
please help me
Re: Compiler error [Help] -
showarn - 21.11.2012
when i update to latest i get "Pawn compiler library has stopped working"
Re: Compiler error [Help] -
Ryan_Redfield - 21.11.2012
Please update your streamer plugin and include..
then use these code:
Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .streamdistance = 30.0);
Hope this will work for you..
Re: Compiler error [Help] -
showarn - 21.11.2012
i have done that