Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
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
Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
i updatet it and recompile gamemode and filterscripts but objects are transparent :X
Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
i didn't add streamer to server.cfg what i will change in server cfg?
Posts: 1,534
Threads: 129
Joined: Jan 2012
Reputation:
0
Add this line,
plugin streamer
Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
and when i add this line recompile filterscripts and gamemode?
Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
i add this line but objects are transparent :@
Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
#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.
TIP: make sure you have changed CreateObject to CreateDynamicObject.. then only streamer works..
+
do what others said.
Posts: 13
Threads: 4
Joined: Aug 2010
Reputation:
0
how can i fix this errors ? :@