Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan

I'm learning how to program in C, C++, Java, C#, PHP, HTML, CSS.
I know all of their syntax.
Just having problems with the next step, applying the code. Can anyone help me?
When I'm on I'm always down to learn and talk to other's about code.
I'm setting out to be a master, I have a few projects I would love to start. To name a few A menu system for my work, anyone envoled would get a cut for what they bring to the menu. It will also not only be for my job, but also plenty other systems.
A game which is in C++, and Unreal.
Any feed back of how to master these projects is welcomed.
BOX CLASS:
public class Box {
blah blah blah
Box.params(int, double, string);
}
public static void main(args[] string) {
Box main = new Box(3, 77.3, "rekt");
}
I'm fairly certain that something like this is possible. I just don't know how to do it.
function SWEP:Initialize()
self:SetWeaponHoldType("normal")
end
function SWEP:Initialize()
self:SetWeaponHoldType("normal")
end
SWEP (keys) is derived from non existant SWEP (weapon_base) - Expect errors!
[ERROR] gamemodes/darkrp/entities/weapons/keys/shared.lua:38: attempt to call method 'SetWeaponHoldType' (a nil value)
1. unknown - gamemodes/darkrp/entities/weapons/keys/shared.lua:38
SWEP (weapon_cs_base2) is derived from non existant SWEP (weapon_base) - Expect errors!
SWEP (weapon_cs_base2) is derived from non existant SWEP (weapon_base) - Expect errors!
[ERROR] gamemodes/darkrp/entities/weapons/pocket/shared.lua:42: attempt to call method 'SetWeaponHoldType' (a nil value)
1. unknown - gamemodes/darkrp/entities/weapons/pocket/shared.lua:42
D
it says thoes are erros :/
Neither are true. If you have a library or internet access, help and learning resources are abundant. It really just comes down to your motivation to actually do something.