Compiler error [Help]
#1

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++
Reply
#2

Make sure you have the latest copy of the streamer.inc
Reply
#3

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
Reply
#4

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.
Reply
#5

Update Foreach
Reply
#6

cant find any foreach for this
please help me
Reply
#7

when i update to latest i get "Pawn compiler library has stopped working"
Reply
#8

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..
Reply
#9

i have done that
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)