SA-MP Forums Archive
Join Messages - 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: Join Messages (/showthread.php?tid=132971)



Join Messages - [MWR]Blood - 10.03.2010

Hey guys, I would like the join messages in my server be like this:


If you know how ,pls give me the code!


Re: Join Messages - jamesbond007 - 10.03.2010

we dont understand what you want to do, change color? put it in the death message? center it? what.. give more details or nobody will help


Re: Join Messages - [MWR]Blood - 10.03.2010

Put in death message... you could look the pic...


Re: Join Messages - [SF]RobMob - 10.03.2010

i think you mean like that



public OnPlayerConnect

new string[128];
format(string, sizeof(string), "%s Has Connected To SA-MP`s Finest.", pname);


public OnPlayerDisconnect

new string[128];
format(string, sizeof(string), "%s Has left SA-MP`s Finest.", pname);


Re: Join Messages - [MWR]Blood - 10.03.2010

Quote:
Originally Posted by [SF
robmob ]
i think you mean like that



public OnPlayerConnect

new string[128];
format(string, sizeof(string), "%s Has Connected To SA-MP`s Finest.", pname);


public OnPlayerDisconnect

new string[128];
format(string, sizeof(string), "%s Has left SA-MP`s Finest.", pname);
Lol, that will just send it in the chat box?


Re: Join Messages - jamesbond007 - 10.03.2010

Quote:
Originally Posted by ikarus
Put in death message... you could look the pic...
i did look but you didnt explain what you wanted to do
i dont think its possible tho


Re: Join Messages - [SF]RobMob - 10.03.2010

do you mean when someone logs into your server you want it to show in the death clock and when the leave same thing ?


Re: Join Messages - [MWR]Blood - 10.03.2010

Quote:
Originally Posted by jamesbond007
Quote:
Originally Posted by ikarus
Put in death message... you could look the pic...
i did look but you didnt explain what you wanted to do
i dont think its possible tho
It is, I made this pic in a server so is possible...


Re: Join Messages - [MWR]Blood - 10.03.2010

Quote:
Originally Posted by [SF
robmob ]
do you mean when someone logs into your server you want it to show in the death clock and when the leave same thing ?
yes


Re: Join Messages - [SF]RobMob - 10.03.2010

SendDeathMessage(killerid, playerid, reason);
this is what adds your kills to the death clock so i would try something with that let me test on my server