New player - 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: New player (
/showthread.php?tid=86227)
New player - killdahobo99 - 12.07.2009
Is it possible to make it so, If a Player who is not registerd registers, it says "Name of player Has just registerd and is a new player"
Or something like that
Re: New player - killdahobo99 - 13.07.2009
anyone?
Re: New player -
ledzep - 13.07.2009
Yes it is possible.
Re: New player - killdahobo99 - 13.07.2009
Anyone actually know how to do it
Re: New player -
ledzep - 13.07.2009
A few people, yeah.
Re: New player -
HuRRiCaNe - 13.07.2009
yo, try to help instead of being an ass
Re: New player -
ledzep - 13.07.2009
Quote:
Originally Posted by BiG_Sm0k3
yo, try to help instead of being an ass
|
I answered killdahobo99's questions. I don't see how that makes me an ass.
Re: New player -
StrickenKid - 13.07.2009
Код:
new
string[128],
pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof pName);
format(string, sizeof string, "%s (ID: %d) Has registered an account and is now a member!", pName, playerid);
SendClientMessageToAll(YOUR COLOR, string);
place that in your register script.
Next time you ask for something dont be rude and call people asses.
EDIT: sorry, i thought killdahobo99 said he was an ass, it was actually BiG_Sm0k3, so dont call people asses BiG_Sm0k3.
Re: New player -
Mr_Finnigan - 13.07.2009
Quote:
place that in your register script.
Next time you ask for something dont be rude and call people asses.
EDIT: sorry, i thought killdahobo99 said he was an ass, it was actually BiG_Sm0k3, so dont call people asses BiG_Sm0k3.
|
He was calling Ledzep and ass,and heres why
killdahobo wrote:
Quote:
Is it possible to make it so, If a Player who is not registerd registers, it says "Name of player Has just registerd and is a new player"
Or something like that
|
Ledzep replied:
instead of telling him how or showing where to look
killahobo then replied:
Quote:
Anyone actually know how to do it
|
and ledzep then replied:
So question is wasn't he just being a bit of a ass and giving the guy the gears instead of just trying to help instead of being rude?
Re: New player -
StrickenKid - 13.07.2009
ok ok. no need for that language.
this is a scripting discussion, not a fighting and cussing discussion. I gave him what he needed and it should have ended there. if you have a problem with his post, click the "report to mod" link, don't add fuel to the fire.