Streamer error while updating to 0.3d
#1

Ok so I was looking up around on the SA-MP forums here on which update for the include/plugin "streamer" for 0.3d so I found out its version 2.6 so I downloaded it and put it in and compiled. Then I got these 4 errors. I looked at the line and have no idea what is causing this. Is it that the Beta plugin 2.6 is buggy or am I doing something wrong. It compiles fine before I added in the new 2.6 plugin. Any reason why it is giving me errors for this ?

Код:
C:\Documents and Settings\Owner\Desktop\Server\gamemodes\RP.pwn(16932) : error 017: undefined symbol "distance"
C:\Documents and Settings\Owner\Desktop\Server\gamemodes\RP.pwn(16932) : warning 215: expression has no effect
C:\Documents and Settings\Owner\Desktop\Server\gamemodes\RP.pwn(16932) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Owner\Desktop\Server\gamemodes\RP.pwn(16932) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Owner\Desktop\Server\gamemodes\RP.pwn(16932) : 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 of error:
Код:
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);
Reply
#2

Use this:

pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, 1, 30.0);
Reply
#3

Quote:
Originally Posted by coole210
Посмотреть сообщение
Use this:

pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, 1, 30.0);
Gives me a Warning for a Tag Mismatch
Reply
#4

It compiled but gave me several warnings now when I went in game to test it the 3DTextLabel's dont seem to appear at all ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)