0.3e Streamer Plugin Errors -
cRcKdwN - 25.05.2012
Hello Community.
I have a big Problem ..
i have replaced my streamer from icognito from 0.3d to 0.3e
i have compiled my Script, and become 6 Errors ..
C:\Users\Цrni\Desktop\NGRP\pawno\include\streamer. inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Цrni\Desktop\NGRP\pawno\include\streamer. inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Цrni\Desktop\NGRP\pawno\include\streamer. inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Цrni\Desktop\NGRP\pawno\include\streamer. inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Цrni\Desktop\NGRP\gamemodes\NGRP_nomysql. pwn(16930) : error 017: undefined symbol "distance"
C:\Users\Цrni\Desktop\NGRP\gamemodes\NGRP_nomysql. pwn(16930) : warning 215: expression has no effect
C:\Users\Цrni\Desktop\NGRP\gamemodes\NGRP_nomysql. pwn(16930) : error 001: expected token: ";", but found ")"
C:\Users\Цrni\Desktop\NGRP\gamemodes\NGRP_nomysql. pwn(16930) : error 029: invalid expression, assumed zero
C:\Users\Цrni\Desktop\NGRP\gamemodes\NGRP_nomysql. pwn(16930) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
Can anyone help me please?
ps: Sorry for my bad English, iam a from Berlin -> Germany
Re: 0.3e Streamer Plugin Errors -
TheDominator - 25.05.2012
We would need the line of PAWN code before we could even begin to help you, unless I acquired the ability of telepathic mind reading xD
Re: 0.3e Streamer Plugin Errors -
cRcKdwN - 25.05.2012
Here:
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);
....
Have anyone a functional streamer from icognito?