How do i enable this on my script? - 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: How do i enable this on my script? (
/showthread.php?tid=607264)
How do i enable this on my script? -
Noris - 17.05.2016
So, i've got roleplay script. How do i enable and disable this using a code?
Re: How do i enable this on my script? -
KevinReinke - 17.05.2016
https://sampwiki.blast.hk/wiki/SendDeathMessage
https://sampwiki.blast.hk/wiki/SendDeathMessageToPlayer
Example:
pawn Код:
if(gDeathList)
{
SendDeathMessage(...);
}
Re: How do i enable this on my script? -
Noris - 17.05.2016
Quote:
Originally Posted by KevinReinke
|
Thats the exact code?
Re: How do i enable this on my script? -
Sew_Sumi - 17.05.2016
Dude, there are examples and tutorials everywhere...
This section is for scripting help, such as when someone has a weird output, or are stuck on a small code issue.
People aren't here to provide you with the code you need, you can check the "Looking for Scripters/Helpers" thread for that. However be prepared to pay for their services.
Re: How do i enable this on my script? -
Noris - 17.05.2016
Quote:
Originally Posted by Sew_Sumi
Dude, there are examples and tutorials everywhere...
This section is for scripting help, such as when someone has a wierd output, or are stuck on a small code issue.
People aren't here to provide you with the code you need, you can check the "Looking for Scripters/Helpers" thread for that.
|
Maybe im just too lazy af? lewl can you give me one? thanks
Re: How do i enable this on my script? -
Vince - 17.05.2016
Perhaps you are if you can't even be arsed to check the wiki pages for "the exact code".