Transparent Objects 0.3e
#1

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

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

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

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

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

Add this line,
plugin streamer
Reply
#7

and when i add this line recompile filterscripts and gamemode?
Reply
#8

i add this line but objects are transparent :@
Reply
#9

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]

Reply
#10

#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.
Reply
#11

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

+

do what others said.
Reply
#12

how can i fix this errors ? :@
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)