SA-MP Forums Archive
[HELP]Streamer 0.3d - 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: [HELP]Streamer 0.3d (/showthread.php?tid=309522)



[HELP]Streamer 0.3d - Kazuo - 08.01.2012

The Error

Код:
C:\Documents and Settings\Administrator\Desktop\Punya Azez\GCRP Test 0.3d\gamemodes\SLRP.pwn(17233) : error 017: undefined symbol "distance"
C:\Documents and Settings\Administrator\Desktop\Punya Azez\GCRP Test 0.3d\gamemodes\SLRP.pwn(17233) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\Punya Azez\GCRP Test 0.3d\gamemodes\SLRP.pwn(17233) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Administrator\Desktop\Punya Azez\GCRP Test 0.3d\gamemodes\SLRP.pwn(17233) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\Punya Azez\GCRP Test 0.3d\gamemodes\SLRP.pwn(17233) : fatal error 107: too many error messages on one line

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


4 Errors.
And line code error

pawn Код:
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);

can help me ?


Re: [HELP]Streamer 0.3d - MR,Mr - 08.01.2012

Please show some more code


Re: [HELP]Streamer 0.3d - Kazuo - 08.01.2012

only it line the error


Re: [HELP]Streamer 0.3d - PowerPC603 - 08.01.2012

I think the distance parameter was renamed to drawdistance or streamdistance or something like that.


Re: [HELP]Streamer 0.3d - MR,Mr - 08.01.2012

Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0,1,30.0);
Try that - untested, and I don't know if it's right, because I've never used CreateDynamic3DTextLabel. Let me know.


Re: [HELP]Streamer 0.3d - Kazuo - 08.01.2012

Quote:
Originally Posted by PowerPC603
Посмотреть сообщение
I think the distance parameter was renamed to drawdistance or streamdistance or something like that.
i change to drawdistance... i got error
Код:
error 058: duplicate argument; same argument is passed twice
help me bro