Can't see my onGUI buttons

So i have a problem with OnGUI. I can’t see andy of the buttons that i declare in code.

Below i past link with lines used to declare buttons and show them up in game. Hope you can help me:)

http://pastebin.com/1EmTLqHk

Btw. I have built my game and there are no buttons neither :slight_smile:

It’s OnGUI, not onGUI. Method names are usually “Pascal case” in C# or .NET in general.