السلآمـ عليكمـ
اليوم بقدم لكمـ مود
لوحة القوانين
----------------------------
تحتوي على قوانين السيرفر GUI نافذة
: المميزات
1. معدلة للقراءة فقط ( Memo ) يمكنك إضافة القوانين في الميمو .
2. أي لاعب يختار عدم الإنصياع للقوانين يطرد تلقائياً من السيرفر .
* يجب إضافة المود لقروب الأدمن
* بلغوني عن أي خلل
التحميل
أرجو منكمـ التحميل, التعليق, والتقييمـ
^^ إستمتعوا
#The_Pain
Hello Guys ..!
I have finished my resource :
Rules Panel
-----------
GUI window contains the rules of your server ...
-> Features :
* You can add the rules in a memo ( set to read only ! ) .
* Any Player chose not to accept the server rules well be kicked
*- Need to add in Admin group .
DOWNLOAD
**Notify me if any bugs are noticed ..!
Please rate, download, And comment ..
Enjoy ^^
------
Razor.
------
addEventHandler("onClientGUIClick", root,
function ()
if getElementType(source) == "gui-checkbox" then
if (source == Checkbox1) then
guiCheckBoxSetSelected(Checkbox2, false)
elseif (source ==Checkbox2) then
guiCheckBoxSetSelected(Checkbox1, false)
end
end
end
)
You can try to kick them and make the reason explain it to them
for _,v in ipairs(getElementsByType("player")) do
kickPlayer(v, "Sorry for that, Please rejoin the server .")
end
**NOTE : It'll need Admin rights ..!
وليه التايمر ؟؟
؟؟ getAccount وليه الـ
-- Server :
addEventHandler("onPlayerJoin", root,
function ()
if getPlayerSerial(source) == "046D2F28A0251C7ED45E14ED36285E42" then
logIn(source, msh, "2321")
outputChatBox("You've been automatically logged in", source, 0, 255, 0, true)
end
end
)
I don't know what team viewer is
But you can try this :
1. Go to this path Multi Theft Auto San Andres\server\mods\deathmatch
2. You'll find a file called mtaserver.conf, Open it and go down to the last lines
3. It should look like this :
src="admin" startup="1" protected="0"/>src="defaultstats" startup="1" protected="0"/>src="helpmanager" startup="1" protected="0"/>src="joinquit" startup="1" protected="0"/>src="mapcycler" startup="1" protected="0"/>src="mapmanager" startup="1" protected="0"/>src="parachute" startup="1" protected="0"/>src="resourcebrowser" startup="1" protected="1" default="true"/>src="resourcemanager" startup="1" protected="1"/>src="scoreboard" startup="1" protected="0"/>src="spawnmanager" startup="1" protected="0"/>src="voice" startup="1" protected="0" />src="votemanager" startup="1" protected="0"/>src="webadmin" startup="1" protected="0"/>
This is the automatic start codes which start resources automatically
All of the above resources are default resources, If you found any other line looks like them and resource name was different, Delete the line and start the server again and try to join it ..
You should start it at your server and see if it works ..
If it wasn't, Then debug your script with debugscript 3 ( Wright it at the console ..! )
And then if you couldn't fix it yourself, We'll help you ^^