安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








I writed to you in PM.
Textures included in the addon so you only need to download the addon.
And why should it?
|
|
\ /
|
------------------------ DONT NEED BUT CAN BE USEFULL ---------------------
-- for i = 1, math.random(1,3)
-- function spawnfood (ent)
-- local spawnfood = ents.Create("item_healthkit")
-- spawnfood:SetPos(pos)
-- spawnfood:Spawn()
-- end
-- function()
-- local spawn = ents.Create("rp_food")
-- spawn:SetPos(pos)
-- for i = 1, math.random(1,3) do
-- spawn:Spawn()
-- end
-- function ENT:Think()
-- local needtable = {
-- rp_bread
-- }
-- local pos = self:GetPos()
-- local blocking = ents.FindInBox(pos + Vector( -16, -16, 0 ), pos + Vector( 16, 16, 64 ))
-- for k,v in pairs (blocking) do
-- print (findtable)
-- if table.HasValue(needtable, findtable) then
-- print ("Yes,Its work")
-- else
-- end
-- end
-- end
-- function playerents (calling_ply)
-- local pos = calling_ply:GetPos()
-- local blocking = ents.FindInBox(pos + Vector( -16, -16, 0 ), pos + Vector( 16, 16, 64 ))
-- for k,v in pairs (blocking) do
-- print (findtable)
-- end
-- end
-- concommand.Add("printply", playerents)
-- function printent()
-- for k, v in pairs(ents.GetAll()) do
-- print( player.GetAll()[1]:EntIndex() )
-- end
-- end
-- concommand.Add ("printent",printent)
--- Оставить на потом
-- for i, ent in pairs (ents.FindInBox(pos + Vector(-32,-32,-32),pos + Vector(32,32,32) )) do
-- local entname = Entity:GetClass()
-- local ent = rp_bread
-- for i,v in pairs (ents.FindInSphere( self:GetPos(), 1 )) do
-- local ent = v:GetClass()
-- print (v:GetClass())
-- print ("Yes,its work")
-- end
-- for i,v in pairs (ents.GetAll()) do
-- print(v:GetClass())