Chat connect - 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: Chat connect (
/showthread.php?tid=389068)
Chat connect -
Glad2BeHere - 31.10.2012
How to connect a ig chat to a chat on my website?
Re: Chat connect -
Edvin - 31.10.2012
I don't understand what do you mean
AW: Chat connect -
Skimmer - 31.10.2012
Or we ask him where are you from ? I can speak 5 languages, perhaps i can help you with your language.
Re: Chat connect -
cecko1235 - 31.10.2012
You wanna when someone join your server to make message in web chat ?
AW: Chat connect -
Skimmer - 31.10.2012
When you mean what checko1235 said use this.
pawn Код:
new string[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s has joined the Server.", pName);
SendClientMessageToAll(0x854478FF, string);
Re: Chat connect -
Glad2BeHere - 31.10.2012
how more simple can i put it, i said from in game to website eg
Let me draw and example
on the forum i see:
http://imageshack.us/a/img854/1751/53153835.png
in game:
http://imageshack.us/a/img23/3145/samp035ft.png
AW: Chat connect -
Skimmer - 31.10.2012
Aha, you want to connect your server with your website chat ?
Use IRC-Chat it's easy.
https://sampforum.blast.hk/showthread.php?tid=98803
Re: Chat connect -
Glad2BeHere - 31.10.2012
the looks messed up.... hmmm there is no other way to connect chat to website?