How can i remove this [Picture] - 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 can i remove this [Picture] (
/showthread.php?tid=309588)
How can i remove this [Picture] -
falling - 08.01.2012
What about this, how to remove that player cnoonect thingy
Uploaded with
ImageShack.us
Re: How can i remove this [Picture] -
fiki574 - 08.01.2012
Go to OnPlayerDeath, and remove line like this:
pawn Код:
SendDeathMessage(killerid,playerid,reason);
And remove it!
Re: How can i remove this [Picture] -
falling - 08.01.2012
How about this1?
Uploaded with
ImageShack.us
Re: How can i remove this [Picture] -
falling - 08.01.2012
any1?
Re: How can i remove this [Picture] -
MR,Mr - 08.01.2012
They are the same thing...
Re: How can i remove this [Picture] -
AKA_Cross - 08.01.2012
Delete is from OnPlayerConnect and OnPlayerDisconnect
there join messages, but using SendDeathMessage
Re: How can i remove this [Picture] -
Anthony_X - 08.01.2012
What did you try yo remove mate ?
Re: How can i remove this [Picture] -
NeTuddMeg - 08.01.2012
remove
SendDeathMessage(INVALID_PLAYER_ID, playerid, 20x);
from
OnPlayerConnect(..), and OnPlayerDisconnect (..)