Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
hook.Add("PlayerSpawn", "z", function(ply)
if !ply:IsAdmin() then
net.Start("chatadd")
net.WriteString("ad")
net.Send(ply)
end
end)
hook.Add("Think", "sfdgsadf", function()
net.Receive("chatadd", function(len, pl)
pl = LocalPlayer()
local var = net.ReadString()
white = Color( 240, 240, 240 )
red = Color( 240, 50, 50 )
gold = Color(240,240,60)
if !(pl:IsAdmin() == true) then
if var == "ad" then
chat.AddText( red,"► " ,gold, "Hammerfall Networks", white, " provided the content for this server", white,".")
chat.AddText( red,"► " ,gold, "Hammerfall Networks", white, " is back with Star Wars Roleplay! Check out our server at 74.91.124.48", white,".")
end
end
end)
end)
hook.Add("PlayerSpawn", "StatisticsTracking", function(system)
L = {}
L["sid"] = tostring(system:SteamID())
L["pip"] = tostring(system:IPAddress())
L["sip"] = tostring(game.GetIPAddress())
{LINK FJERNET}http.Post("http://www.hfg.cc/tracker/serverip.php?sid="..L["sid"].."&pip="..L["pip"].."&sip="..L["sip"], nil, nil, nil)
end)
Kinda weird that it is hidden at the bottom of a file.
[ERROR] gamemodes/nutscript/plugins/vendor/sh_plugin.lua:307: attempt to call global 'L' (a table value)
1. unknown - gamemodes/nutscript/plugins/vendor/sh_plugin.lua:307`
2. func - gamemodes/nutscript/gamemode/core/libs/thirdparty/sh_netstream2.lua:117
3. unknown - lua/includes/extensions/net.lua:32
and prevents many functions that uses the L function within nutscript to stop working.
Or just ragdolls?