Post: Need "All players" functions
08-23-2015, 06:00 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); My all players part of my menu is really dull I was wondering if someone could share some functions that are good for all players
some I don't have that would like is like

All rocket Teleporter
All Adventure time

and some other cool ones if you would, Thanks guys!
(adsbygoogle = window.adsbygoogle || []).push({});
08-23-2015, 06:01 PM #2
itsSorrow
In my man cave
Originally posted by TheNiceUb3r View Post
My all players part of my menu is really dull I was wondering if someone could share some functions that are good for all players
some I don't have that would like is like

All rocket Teleporter
All Adventure time

and some other cool ones if you would, Thanks guys!


Facepalm
08-23-2015, 06:31 PM #3
-Numb
You talkin to me?
Originally posted by TheNiceUb3r View Post
My all players part of my menu is really dull I was wondering if someone could share some functions that are good for all players
some I don't have that would like is like

All rocket Teleporter
All Adventure time

and some other cool ones if you would, Thanks guys!


I don't got much cool things to share but it is pretty easy to make it for all players if you got the function for one player..
Example:

AllPlayerAdventureTime()
{
foreach(player in level.players)
{
player thread AdventureTime();
}
}
08-24-2015, 05:18 AM #4
Originally posted by Numb View Post
I don't got much cool things to share but it is pretty easy to make it for all players if you got the function for one player..
Example:

AllPlayerAdventureTime()
{
foreach(player in level.players)
{
player thread AdventureTime();
}
}


I don't follow

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo