Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-21-2007, 03:46 AM
Dionysus Dionysus is offline
RTK| God of Wine
Dionysus's Avatar
Join Date: Apr 2007
Location: United States
Posts: 14
Dionysus is on a distinguished road
Send a message via AIM to Dionysus
GS2: Scripting Problem?

im making an Client-RC and i added an GS2 Gui to display "Players: #".

But when i use the "allplayers.size()" i get a number like "Players: 26" when on my normal rc it displays "Players: 5" zzzzzzzzz how could i fix this???
__________________


Reply With Quote
  #2  
Old 04-21-2007, 03:54 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
allplayers includes IRC bots. I suggest you just get the number of IRC bots and just subtract it from that allplayers.size().

You might also beable to use the gs1 variable: allplayerscount *shudders at the thought*
__________________
Do it with a DON!
Reply With Quote
  #3  
Old 04-21-2007, 03:55 AM
Dionysus Dionysus is offline
RTK| God of Wine
Dionysus's Avatar
Join Date: Apr 2007
Location: United States
Posts: 14
Dionysus is on a distinguished road
Send a message via AIM to Dionysus
how? (in gs2 xD)
__________________


Reply With Quote
  #4  
Old 04-21-2007, 04:00 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by Dionysus View Post
how? (in gs2 xD)
PHP Code:
function getPlayerCount()
  {
  
temp.count 0;
  for ( 
plallplayers )
    
temp.count += (! pl.isExternal );

  return 
temp.count;
  } 
Reply With Quote
  #5  
Old 04-21-2007, 04:08 AM
Dionysus Dionysus is offline
RTK| God of Wine
Dionysus's Avatar
Join Date: Apr 2007
Location: United States
Posts: 14
Dionysus is on a distinguished road
Send a message via AIM to Dionysus
Thanks
__________________


Reply With Quote
  #6  
Old 04-21-2007, 11:54 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Moving this thread to the GS2 forum. Please create future GS2 posts there.
__________________
Skyld
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:13 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.