Jump to content

  •  

Valaris

Member Since 04 Oct 2015
Offline Last Active Apr 26 2016 03:47 PM
-----

Posts I've Made

In Topic: Queue BG rewrite

17 April 2016 - 10:13 PM

Its posible to make a NPC with a chat room for the register?

In Topic: Queue BG rewrite

16 April 2016 - 08:42 AM

0ed2d09e9aa88af01698707fd701363bdbd92b4b

 

Thanks!


In Topic: Queue BG rewrite

15 April 2016 - 11:07 AM

Now it works perfect for me.

 

When compiling get the following warning:

 


        CC      battleground.c
battleground.c: In function ‘bg_team_rewards’:
battleground.c:114:28: warning: declaration of ‘bg’ shadows a global declaration [-Wshadow]
  struct battleground_data *bg;
                            ^
battleground.c:55:32: warning: shadowed declaration is here [-Wshadow]
 struct battleground_interface *bg;
                                ^
battleground.c: In function ‘bg_team_getitem’:
battleground.c:295:28: warning: declaration of ‘bg’ shadows a global declaration [-Wshadow]
  struct battleground_data *bg;
                            ^
battleground.c:55:32: warning: shadowed declaration is here [-Wshadow]
 struct battleground_interface *bg;
                                ^
battleground.c: In function ‘bg_team_get_kafrapoints’:
battleground.c:322:28: warning: declaration of ‘bg’ shadows a global declaration [-Wshadow]
  struct battleground_data *bg;
                            ^
battleground.c:55:32: warning: shadowed declaration is here [-Wshadow]
 struct battleground_interface *bg;
                                ^

 

No errors when i play BG.

 

Nice work!


In Topic: Queue BG rewrite

11 April 2016 - 11:53 PM

 


I had a look at some of your other stuff and you are awesome! I tried setting this up on a local server but couldn't get it to work @_@ oh well

You have some errors?

 

Hm yes, in bg_register.txt, the error I get in console is -

script error in file bg_register.txt line 38 column 60, parse_subexpr: need ':'

 

And this is line 38. " get_uniqueid() " is the part in question.

 

 

        if( qiget(.@qid1) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) || qiget(.@qid2) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) )

Hi, i have the same problem. I changed Set variable .MultipleCheck 1 to 2 and the problem continues.


In Topic: @autopots

08 February 2016 - 01:53 AM

Gracias por responder. Intentaré resolverlo yo mismo, a ver si puedo. Si logro hacerlo vuelvo a escribir :)