Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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())