big Problem with 0.2x server!
#1

Hey,
when someone connects to my server you just see it in the chat but you canґt see someone is running around.
When /goto you are at the postion of the player but you canґt see him.
what did I wrong?

Some Server-INFO:
Debian
AMD Athlon™ 64 X2 Dual Core Processor 4200+ (2400 MHz)

SEC
Reply
#2

hey i found the problem it was in my script:
Code:
public OnPlayerUpdate(playerid)
{
  	if(GetPlayerVehicleID(playerid) == dc)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc2)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc3)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc4)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc5)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc6)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc7)
	{
	}
	else if(GetPlayerVehicleID(playerid) == dc8)
	{
	}
	else
	{
	SetVehicleHealth(GetPlayerVehicleID(playerid),8000000);
	}
}
what am i doing wrong?
Reply
#3

YOur not trying to sort the problem out? Maybe thats whats wrong
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)