SA-MP Forums Archive
Transparent Objects 0.3e - 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: Transparent Objects 0.3e (/showthread.php?tid=354872)



Transparent Objects 0.3e - gigz - 28.06.2012

Hello guys i have one problem.when i changed samp client on 0.3e. i have re compile gamemode and after this when i entered server some objects are transparent and what can i do ? ? please help me guys


Re: Transparent Objects 0.3e - kbalor - 28.06.2012

update streamer. http://code.******.com/p/samp-stream...t?q=label:0.3e


Re: Transparent Objects 0.3e - gigz - 28.06.2012

i updatet it and recompile gamemode and filterscripts but objects are transparent :X


Re: Transparent Objects 0.3e - kbalor - 28.06.2012

Quote:
Originally Posted by gigz
View Post
i updatet it and recompile gamemode and filterscripts but objects are transparent :X
did you put streamer.dll to plugins folder?? and wrtite streamer to server.cfg plugins?


Re: Transparent Objects 0.3e - gigz - 28.06.2012

i didn't add streamer to server.cfg what i will change in server cfg?


Re: Transparent Objects 0.3e - newbienoob - 28.06.2012

Add this line,
plugin streamer


Re: Transparent Objects 0.3e - gigz - 28.06.2012

and when i add this line recompile filterscripts and gamemode?


Re: Transparent Objects 0.3e - gigz - 28.06.2012

i add this line but objects are transparent :@


Re: Transparent Objects 0.3e - kbalor - 28.06.2012

Quote:
Originally Posted by gigz
View Post
i add this line but objects are transparent :@
This is an example of server.cfg. In your gamemode dont forget to write
#include <streamer>
or next to a command processor.

Quote:

#include <a_samp>
#include <streamer>

Quote:

echo Executing Server Config...
lanmode 0
rcon_password impregnant
maxplayers 500
port 7777
hostname I eat Spinach
gamemode0 Mygammode
plugins streamer
filterscripts
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]




Re: Transparent Objects 0.3e - gigz - 28.06.2012

#include <a_samp>
#include <streamer>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
static gTeam[MAX_PLAYERS];

D:\Samp.Ge\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
D:\Samp.Ge\pawno\include\streamer.inc(237) : error 017: undefined symbol "MAPICON_LOCAL"
D:\Samp.Ge\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
D:\Samp.Ge\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
D:\Samp.Ge\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
D:\Samp.Ge\gamemodes\la-rp.pwn(44430) : warning 235: public function lacks forward declaration (symbol "nametimer")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.


Re: Transparent Objects 0.3e - Jarnu - 28.06.2012

TIP: make sure you have changed CreateObject to CreateDynamicObject.. then only streamer works..

+

do what others said.


Re: Transparent Objects 0.3e - gigz - 28.06.2012

how can i fix this errors ? :@