SA-MP Forums Archive
Need some help - 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: Need some help (/showthread.php?tid=145548)



Need some help - kujox32 - 02.05.2010

Ok how do I get it so it doesn't show like on the bottom right Who kills who Like billy j deagle johny?
Also how do i make it so the weapons are being carried in both hands like the M4's and etc.

Its similar to this type of coding
Код:
ShowPlayerMarkers(1);



Re: Need some help - aircombat - 02.05.2010

1. for the death message , go under OnPlayerDeath you will find : SendDeathMessage(killerid, playerid, reason); , delete it and u won't be bothered by death messages anymore


2.https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel and https://sampwiki.blast.hk/wiki/Weapon_skills


Re: Need some help - kujox32 - 02.05.2010

Quote:
Originally Posted by Etch ❽ H
1. for the death message , go under OnPlayerDeath you will find : SendDeathMessage(killerid, playerid, reason); , delete it and u won't be bothered by death messages anymore


2.https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel and https://sampwiki.blast.hk/wiki/Weapon_skills
Thanks but it use to be like a lil snipet piece in the pawno can't find it now cause I am using windows 7 and the side panel in pawno with lil snipets won't show. Also thanks for the death thing.