Jump to content
  • 0

problema streamer


laury

Question

buna seara tuturor

am intimpinat o problema la adaugarea unui streamer pe serverul meu si as vrea sa ma ajutati in legatura cu aceasta problema

Aceasta este eroarea pe care o primesc dupa ce adaug #include <streamer>

C:\Documents and Settings\Mr_laury\Desktop\B-Strike.ro\pawno\include\streamer.inc(383) : error 021: symbol already defined: "OnPlayerEnterRaceCheckpoint"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

in streamer am asa

public OnPlayerEnterRaceCheckpoint(playerid)
{
	Streamer_CallbackHook(STREAMER_OPERC, playerid);
	if (Streamer_g_OPERC)
	{
		return CallLocalFunction("Streamer_OnPlayerEnterRaceCP", "d", playerid);
	}
	return 1;
}
#if defined _ALS_OnPlayerEnterRaceCP
	#undef OnPlayerEnterRaceCheckpoint
#else
	#define _ALS_OnPlayerEnterRaceCP
#endif
#define OnPlayerEnterRaceCheckpoint Streamer_OnPlayerEnterRaceCP

Edit:

Puteti inchide acest post pentru ca am rezolvat problema singur

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.