weird streamer errors??? Help
#1

hi guys i been trying to update my streamer but when i try and update it and compile the gamemode it comes up with this error


streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Reply
#2

Update the streamer...
Reply
#3

Quote:
Originally Posted by Aveger
Посмотреть сообщение
Update the streamer...
Streamer has nothing to do with it.
Update you 0.3e include files (like a_http , a_mysql etc, that comes in sa-mp pack when you download) and re-compile the script
Reply
#4

Quote:
Originally Posted by Simplyfrag
Посмотреть сообщение
hi guys i been trying to update my streamer but when i try and update it and compile the gamemode it comes up with this error


streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
change your
Код:
#include <streamer>
by :

Код:
#define OBJECT_MATERIAL_SIZE_256x128 128
#define SELECT_OBJECT_PLAYER_OBJECT 10
forward OnPlayerEditObject( playerid, playerobject, objectid, response,
Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ );
forward OnPlayerSelectObject(playerid, type, objectid, modelid, Float:fX, Float:fY, Float:fZ);
#include <streamer>
Reply
#5

ok thanks guys helpful all of u
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)