Jump to content
  • 0

Problema


TopGun

Question

Cum rezolv astea?

Am bagat intr-un GM streamerul de la incognito si sscanf

pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"

pawno\include\streamer.inc(313) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")

pawno\include\streamer.inc(336) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")

pawno\include\streamer.inc(338) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"

Si inca ceva eu am pe server /gate la PD si altele dar nu mi se vad. Adica cand dau /gate imi scrie sus ca se deschide poarta dar eu nu VAD POARTA.

DE AIA AM BAGAT PLUGINURILE ASTEA.

Dati-mi o rezolvare.

Link to comment
Share on other sites

16 answers to this question

Recommended Posts

Cauta pe Google update'u la ultima versiune a streamerului , downloadeazal si inlocuiestel cu cel vechi

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

incearca asta [download]http://dc414.2shared.com/download/IXRAGotN/streamer_plugin_v2_6_1_r84.zip?tsid=20131005-171840-8f1de6e6[/download]

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

incearca sal faci cu Map Editor si sa nu redimensionezi nimica :) si cred ca stii sa folosesti MoveObject

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Hmm :-? ai bagat in GM / FS #include <streamer> si in server.cfg la plugins streamer ?

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.