Error: There is nothing to end.. - 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: Error: There is nothing to end.. (
/showthread.php?tid=483834)
Error: There is nothing to end.. -
Vinex - 27.12.2013
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:
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
//Supmobil lцschen
DeleteSupmobil(playerid);
SpawnDeath(playerid);
return 1;
}
Re: Error: There is nothing to end.. -
xVIP3Rx - 27.12.2013
Ctrl + F > "There is nothing to end" > Enter..
EDIT:
Quote:
Originally Posted by Vinex
It's a selfmade script.
Theres no error contains this message.
|
Then it's another Gamemode/filterscript.. Check them
AW: Re: Error: There is nothing to end.. -
Vinex - 27.12.2013
Quote:
Originally Posted by xVIP3Rx
Ctrl + F > "There is nothing to end" > Enter..
|
It's a selfmade script.
Theres no error contains this message.
//Edit
Quote:
Then it's another Gamemode/filterscript.. Check them
|
I've forgot to exclude one of the filterscripts contains this error.
Thank you.