SA-MP Forums Archive
Streamer Update [PROBLEM] - 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: Streamer Update [PROBLEM] (/showthread.php?tid=373741)



Streamer Update [PROBLEM] - Jermi - 31.08.2012

When i update the server, it gives me errors in the streamer.inc

Errors:

Quote:

L:\Gta San Andreas\BLRP\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
L:\Gta San Andreas\BLRP\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
L:\Gta San Andreas\BLRP\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
L:\Gta San Andreas\BLRP\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Lines:

Quote:

native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);

[LINE 155]
Quote:

public OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ)

[LINE 375]
Quote:

public OnPlayerSelectObject(playerid, type, objectid, modelid, Float:fX, Float:fY, Float:fZ)

[line 397]

i am sure i updated it to the laset version


Re: Streamer Update [PROBLEM] - HuSs3n - 31.08.2012

did you update both .inc and .dll (or .so) ?


Re: Streamer Update [PROBLEM] - Jermi - 31.08.2012

yes
i did i belive


Re: Streamer Update [PROBLEM] - [HK]Ryder[AN] - 31.08.2012

try updating them both again.


Re: Streamer Update [PROBLEM] - Jermi - 31.08.2012

Still not


Re: Streamer Update [PROBLEM] - Jessyy - 31.08.2012

update all inludes from samp ...
link http://www.sa-mp.com/download.php


Re: Streamer Update [PROBLEM] - Jermi - 31.08.2012

Thanks working