SA-MP Forums Archive
Server bugs out - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server bugs out (/showthread.php?tid=154090)



Server bugs out - Sjitty - 12.06.2010

Hi, im having little trouble with my server (serverffs).

im having sound bug (u hear sound far away) , death bug (0hp but u still walk around) and parachute bug (keep falling even with parachute) all the time, i cant seem to fix it.

this is part of my script i think could have an influence on it, but as u see there almost empty

public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);

return 1;
}

public OnPlayerUpdate(playerid)
{
return 1;
}

greetings

Sjitty


Re: Server bugs out - TheInnocentOne - 12.06.2010

** Resolved on IRC.