big Problem with 0.2x server! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: big Problem with 0.2x server! (
/showthread.php?tid=55817)
big Problem with 0.2x server! -
SEC - 21.11.2008
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
Re: big Problem with 0.2x server! -
SEC - 21.11.2008
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?
Re: big Problem with 0.2x server! -
Mikep - 21.11.2008
YOur not trying to sort the problem out? Maybe thats whats wrong