Help please ( Raksamp source )

Status
Not open for further replies.

iMaddy

Member
Joined
Apr 12, 2013
Messages
10
Reaction score
0
Hi, I do not speak English and therefore use the translator ( http://www.bing.com/translator/ ). I have a problem. I downloaded the source code of the 0.3 x RakSamp-R1-2 ( by barketDVD ) and when connecting to the server raises an error. What could be the problem?

Code:
Connecting to ip:port
Next, the program crashes
 

iMaddy

Member
Joined
Apr 12, 2013
Messages
10
Reaction score
0
Code:
void Packet_AUTH_KEY(Packet *p, RakClientInterface *pRakClient)
{
	char auth_key[4*16] = {0};
	BYTE byteAuthKeyLen;
	byteAuthKeyLen;
	pSamp->getAuthKey(auth_key, (char*)(p->data + 2));
	byteAuthKeyLen = (BYTE)strlen(auth_key);
	
	RakNet::BitStream bsKey;
	bsKey.Write(ID_AUTH_KEY);
	bsKey.Write(byteAuthKeyLen);
	bsKey.Write(auth_key, byteAuthKeyLen);
 

	pRakClient->Send(&bsKey, SYSTEM_PRIORITY, RELIABLE, NULL);
 
}

understand what the problem is, but don't know how to solve
 

PoeticGangster

Active member
Joined
Mar 18, 2014
Messages
157
Reaction score
2
Download BLUE ECLIPSE MOD SA And use the Raknet source on There It Works Perfectly If You want to spawn bots the server doesnt detect
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Dizz Nicca link said:
Download BLUE ECLIPSE MOD SA And use the Raknet source on There It Works Perfectly If You want to spawn bots the server doesnt detect

This post is from 2013, please, stop posting shit.
 
Status
Not open for further replies.
Top