27.12.2013, 22:45
Hey Guy's,
when I die I receive the error: "Error: There is nothing to end.."
Here's a screen:

This is the pawn code:
when I die I receive the error: "Error: There is nothing to end.."
Here's a screen:

This is the pawn code:
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
//Supmobil lцschen
DeleteSupmobil(playerid);
SpawnDeath(playerid);
return 1;
}


