SA-MP Forums Archive
Server Crashing Need Help !! - 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)
+--- Thread: Server Crashing Need Help !! (/showthread.php?tid=589109)



Server Crashing Need Help !! - Devon007 - 15.09.2015

Server Is Crashing
Errors In Log
PHP код:
[17:41:31] [debugServer crashed while executing New.amx
[17:41:31] [debugAMX backtrace:
[
17:41:31] [debug#0 00000014 in public OnPlayerTakeDamage (playerid=0, issuerid=65535, Float:amount=4.95000, weaponid=54, ... <1 argument>) at <unknown file>:0 
OnPlayerTakeDamage
PHP код:
public OnPlayerTakeDamage(playeridissueridFloat:amountweaponid)
{
   if(
issuerid != INVALID_PLAYER_ID)
   {
       if(
GetPlayerTeam(playerid) != GetPlayerTeam(issuerid))
    {
   
PlayerPlaySound(issuerid,17802,0.0,0.0,0.0);
   }
 }
   
DamageTaken[playerid] = 1;
   return 
1



Re: Server Crashing Need Help !! - Funce - 15.09.2015

Are you using gamemode that you dont have?


Re: Server Crashing Need Help !! - Devon007 - 15.09.2015

What U mean -_- See Above Errors