SA-MP Forums Archive
Erros! Read me! - 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: Erros! Read me! (/showthread.php?tid=331197)



Erros! Read me! - Jermi - 03.04.2012

Why? When i updated my streamer to v6....0.3d i found these erros...

Quote:

L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16897) : error 017: undefined symbol "distance"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16897) : warning 215: expression has no effect
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16897) : error 001: expected token: ";", but found ")"
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16897) : error 029: invalid expression, assumed zero
L:\Gta San Andreas\Gta San Andreas Things\Script\NG\NG\gamemodes\NGRP.pwn(16897) : fatal error 107: too many error messages on one line

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



4 Errors.

What should i fix?? or change?


Re: Erros! Read me! - TzAkS. - 03.04.2012

Line 16897?


Re: Erros! Read me! - Jermi - 03.04.2012

oh here,

Quote:

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);




Re: Erros! Read me! - TzAkS. - 03.04.2012

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