Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-08-2013, 04:30 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
PHP Code:
for ( temp.pl allplayers ) { //This will get you all the current players on the server.
  
if (temp.pl.level.name != player.level.name) { //And this will filter out the players that aren't in your level.
    
continue;
  }

  echo( 
temp.pl );

__________________
Reply With Quote
  #2  
Old 04-08-2013, 04:31 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by Tim_Rocks View Post
PHP Code:
for ( temp.pl allplayers ) {
  echo( 
temp.pl );

Doesn't work, I've tried this method. It also isn't what I'm wanting to go for. I want to create a custom hit detection system.
Reply With Quote
  #3  
Old 04-08-2013, 04:33 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Sorry, I was making some changes.

Quote:
Originally Posted by Tim_Rocks View Post
PHP Code:
for ( temp.pl allplayers ) { //This will get you all the current players on the server.
  
if (temp.pl.level.name != player.level.name) { //And this will filter out the players that aren't in your level.
    
continue;
  }

  echo( 
temp.pl );

__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 05:46 AM.


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