/meet System - 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: /meet System (
/showthread.php?tid=368060)
/meet System -
Jaber_Brown - 12.08.2012
Hello friends, I would like to encode meet system. "/ meet [ID]" would generate the other person will be recognized. The idea that a system for RPG. If the person is not recognized on the head, "Not Recognized (Static random ID) [will be 3DText.]", Can anyone help me coding this ?
Re: /meet System -
Ranama - 12.08.2012
There is already a filterscript made like this, can't find it at the moment tho.
Re: /meet System -
Jaber_Brown - 12.08.2012
ANy keyword suggested to search for it ?
Re: /meet System -
Forge - 12.08.2012
I have a similar system in my script, however it's a mask system. This would work in reverse.
Check out this page:
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer
That's the most important thing you need to know. Good luck!
Re: /meet System -
Jaber_Brown - 12.08.2012
Can you please help me coding this, im nea in scripting
Re: /meet System -
Jaber_Brown - 12.08.2012
And is there gonna be a Recognised players list for each player or what, srry im still a beginner
Re: /meet System -
Jaber_Brown - 12.08.2012
Anyone ?
Re: /meet System -
Jaber_Brown - 12.08.2012
bump
Re: /meet System -
Ranama - 12.08.2012
Yeah, I think you'll have to save every players if they have met another player, but i think this will be very much data if you have like 10k players :S
EDIT: You could do it like you have a friends list and then you have a limit like 200 players to meet and players have to remove if they want to add more, that would maybe make it possible.