[HELP]Streamer 0.3d
#1

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

Please show some more code
Reply
#3

only it line the error
Reply
#4

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

Код:
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.
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)