[HELP] Die = Crash - 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: [HELP] Die = Crash (
/showthread.php?tid=66122)
[HELP] Die = Crash -
Hot - 19.02.2009
When I die in my next my custom map in my server , i crash , whats wrong ?
and by yhe way , my Auto Repair its not working ,
the link of auto repair:
http://forum.sa-mp.com/index.php?topic=51202.0
Re: [HELP] Die = Crash -
Ed2ka49 - 19.02.2009
Copy here your "OnPlayerDeath" Public, I will try to find the problem
Re: [HELP] Die = Crash -
Hot - 19.02.2009
Код:
FadePlayerScreen(playerid, 0xFFFFFFCC, 192); //playerid, color, time
GameTextForPlayer(playerid,"~w~OMG, CALL THE AMBULANCE!",1000,1);
SendDeathMessage(killerid, playerid, reason);
GameTextForPlayer(killerid,"~r~You Murderer!",4000,3);
return 1;