Jump to content


Primoz128

Member Since 01 Nov 2009
Offline Last Active May 20 2013 08:35 PM

Topics I've Started

Im having issues with my inventory

09 December 2012 - 02:54 AM

:GM8_new:
Well i have tried countless times trying to find out the source of this problem, but i seriously can't, i need this done as im in need of fully working inventory not just experimentaly.

So if anyone willing to help me out, ill be linking you the gmk, please when you find the problem and fix it tell me what it was will ya ?

Thanks in advance.

LINK: http://www.fileconvo...237127fc7aa2ad7

Searching for a c++ server side programmer

08 December 2012 - 05:58 PM

The project is going to be quite a long one, probably not so hard one, and i need someone who is good at c++ server side coding to work with me on the project for server coding.
If possible i would like to see some example that you have created, just to know there wont be any complications. The used client side dll/extension will be FaucetNetworking.

If possible i would want to be taught how to do it myself.
The request is free one, but i could pay a bit as well.

The project is going to be in space focused around starships.

LINK to the first prototype of the game: http://gamejolt.com/...mmand-t-d/8389/

Loto combinations

02 December 2012 - 07:30 PM

I have used a script:
// izpis_loto(int)
st_kombinacij = argument0

// Inicializacija tabele za kombinacije lota
for(i = 0; i < st_kombinacij; i = i+1)
   {
      tab[i] = 0
   }
      
// Tabela za kombinacije lota
random_stevilo = 0

for(i = 0; i < st_kombinacij; i = i+1)
   {
      for(i = 0; i < 7; i = i+1)
        {
            random_stevilo = 1 + random(38)
  
          if (random_stevilo == tab[i])
             {
                random_stevilo = 1 + random(38)
                i = i+1
             }
          else if( random_stevilo != tab[i] )
            {
               tab[i] = random_stevilo
            }
 
            izpis = string( tab[i] )
         }
          
      izpis += "#"
   }

But no idea why i get this error:

ERROR in
action number 1
of Draw Event
for object object0:

In script izpis_loto:
Error in code at line 19:
             if (random_stevilo == tab[i])
                                   ^
at position 34: Unknown variable tab or array index out of bounds

Do i have Web Collection ?

02 December 2012 - 05:29 PM

On 27th i went to buy the web collection bundle that was 75% off. But when clicking the buy now button on the offer it did not show any kind of discount of 75%, even on the last phase just before confirming the transaction.

Thus i went on Steam to check there and i went under GM-S Professional, there i seen the offer Web Collection for only 43€, it was only 1 minute and 10 sec left on the availability, thus i cliked buy, went trough the procedure and i bought it. For no reason Steam stopped responding just before i could click install new software/game, so few hours after i went into steam and i was sometime searching where my GM-S Web Collection is, but i didn't find any trace of it, so i went in the search and found GM-S pro and it said i have bought it, but not the Web Collection. Now i did copy paste into a text file the page you get after buying on steam, but i am wondering whats with my html5 export module...

Do i have to contact Steam or something and send them my copy pasted page ?

Thank you for your time.

Parallella: A Supercomputer For Everyone

02 October 2012 - 09:27 PM

I find this very interesting project on kickstarter, i trust the team behind it, and i belive in their vision... not because i want to, but because if this succedds, something amazing will happen.

So heres the link: http://www.kickstart...er-for-everyone