i small 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: i small Help (
/showthread.php?tid=152551)
i small Help -
mininou - 04.06.2010
Hello , huys i need just this COde :
/accept family if any one got it please send me it and thanks a lot
Re: i small Help -
ViruZZzZ_ChiLLL - 04.06.2010
Can you please kindly explain more about the functions
of /accept family
Re: i small Help -
mininou - 04.06.2010
look i made a Code to /adjust invite but i nned to get message if this man accepted or no
ex : John_Smith has joined Your family
Re: i small Help -
mininou - 05.06.2010
No help ?
Re: i small Help -
Jay. - 05.06.2010
Quote:
Originally Posted by mininou
No help ?
|
Код:
new string[64],pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"**%s(ID:%d)Has joined the family",pName, playerid);
SendClientMessageToAll(0x0FFF00FF,string);
This will get the players name who joined the family and display example "Jay Has joined the family"