Posts: 701
Threads: 91
Joined: Mar 2012
Hello,
I have a server. In it when a player Join, he gets a message like : Message of the Day : blabla....................
Code:
Код:
SendClientMessage(playerid, COLOR_YELLOW, "Message of The Day : ...........................");
So Its not a FS, Its a single line in MY Gm under OnPlayerConnect.
Can anyone make a command like /cmotd and than only RCON Logged in Can change the Message of the Day !
Can anyone Make for Me ?
Thanks
Posts: 701
Threads: 91
Joined: Mar 2012
Код:
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(21) : error 026: no matching "#if..."
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(27) : error 017: undefined symbol "dini_Exists"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(30) : error 017: undefined symbol "dini_Get"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(30) : error 033: array must be indexed (variable "thing")
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(32) : error 017: undefined symbol "GREEN"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(34) : error 017: undefined symbol "dini_Create"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(35) : error 017: undefined symbol "dini_Set"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(38) : error 017: undefined symbol "dini_Get"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(38) : error 033: array must be indexed (variable "thing")
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(40) : error 017: undefined symbol "GREEN"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(53) : error 017: undefined symbol "dini_Set"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(55) : error 017: undefined symbol "dini_Get"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(55) : error 033: array must be indexed (variable "thing")
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(57) : error 017: undefined symbol "GREEN"
C:\Documents and Settings\User\Desktop\Hosted Server\filterscripts\motd.pwn(60) : error 017: undefined symbol "GREEN"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
15 Errors.
Posts: 701
Threads: 91
Joined: Mar 2012
where i need to add motd.ini ?
Posts: 701
Threads: 91
Joined: Mar 2012