anyone have a script of motd sendclientmessage. pleasee - 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: anyone have a script of motd sendclientmessage. pleasee (
/showthread.php?tid=495459)
anyone have a script of motd sendclientmessage. pleasee -
kurniarocki - 17.02.2014
title
Re: anyone have a script of motd sendclientmessage. pleasee -
Raza2013 - 17.02.2014
motd stands for?
Re: anyone have a script of motd sendclientmessage. pleasee -
Golimad - 17.02.2014
Well,
pawn Код:
public OnPlayerConnect(playerid)
{
your script ..
SendClientMessage(playerid, 0x33AA33AA, "MoTD : your motd here.");
SendClientMessage(playerid, 0x33AA33AA, "MoTD : second line of motd if you need more lines ...");
return 1;
}
motd is message of the day I think
Re: anyone have a script of motd sendclientmessage. pleasee -
kurniarocki - 17.02.2014
Quote:
Originally Posted by Golimad
Well,
pawn Код:
public OnPlayerConnect(playerid) { your script ..
SendClientMessage(playerid, 0x33AA33AA, "MoTD : your motd here."); return 1; }
motd is message of the day I think
|
yes right. . but i want can change it on motd.ini on folder sciptfiles
Re: anyone have a script of motd sendclientmessage. pleasee -
kurniarocki - 17.02.2014
help
Re: anyone have a script of motd sendclientmessage. pleasee -
kurniarocki - 17.02.2014
anyone please
Re: anyone have a script of motd sendclientmessage. pleasee -
Avi Raj - 17.02.2014
http://pastebin.com/XtqDRBZD