Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Pacnet2012³

Pages: 1 ... 58 59 60 61 62 [63] 64 65
931
Help / Re: How does this work?
« on: September 04, 2012, 04:29:59 PM »
the only thing i know how to script is help mods
I still don't have a single idea about what you want. Make it more clear.

932
Help / Re: How does this work?
« on: September 04, 2012, 04:23:57 PM »
No. Do you know how to script?
If you don't, you shouldn't try yet.

933
Drama / Re: So Apparently YoungRotations Died in a Car Accident
« on: September 04, 2012, 04:22:18 PM »
Quote from: YoungRotation's Profile
Last Active : Today at 03:54:28 PM

What? That's er.. 3 minutes ago.

934
Help / Re: How does this work?
« on: September 04, 2012, 04:17:49 PM »
How does this work?

Name - variable - $Pref::Server::Name
Players - variable - $Server::Playercount
Max Players - variable - $Pref::Server::MaxPlayers

Passworded true/false - function
function checkPass()
{
if($Pref::Server::Password $= "")
{
   return false;
}
else
{
   return true;
}
}

[passworded y/n variable] = checkPass();

Well you don't seem to get my explanation.
The server name is gotten with the variable "$Pref::Server::Name".
The amount of players is gotten with the variable "$Server::Playercount".
The MAXIMUM amount of players is the variable "$Pref::Server::MaxPlayers".
(You put $Server::Playercount @ "/" @ $Pref::Server::Maxplayers to get something like 5/32).

This is a FUNCTION that checks if the server is under a password :
function checkPass()
{
if($Pref::Server::Password $= "")
{
   return false;
}
else
{
   return true;
}
}

So if you wanted a variable named "%pwd", for example, to state if the server is passworded or not, you would do this :

%pwd = checkPass();

Is that clear?

935
Help / Re: Server poll
« on: September 04, 2012, 01:27:11 PM »
NOEDIT : BLID 22696

936
Help / Re: Server poll
« on: September 04, 2012, 01:26:35 PM »
Server Side way to get that stuff :

Name - variable - $Pref::Server::Name
Players - variable - $Server::Playercount
Max Players - variable - $Pref::Server::MaxPlayers

Passworded true/false - function
function checkPass()
{
if($Pref::Server::Password $= "")
{
   return false;
}
else
{
   return true;
}
}

[passworded y/n variable] = checkPass();


937
Help / Re: Blockland movie
« on: September 04, 2012, 12:59:58 PM »
NOEDIT : Taksi Game Recorder is Free and doesn't require administrative rights.

938
Help / Re: Blockland movie
« on: September 04, 2012, 12:59:24 PM »
Taksi. It's free.

939
Off Topic / Re: Think of a noun before entering.
« on: September 04, 2012, 08:42:38 AM »
I'm a computer

941
General Discussion / Re: Qualities of a good challenge.
« on: September 04, 2012, 08:28:16 AM »
Server passworded to make new challenge, come help
Is the server password open to anyone who wants to help?

942
Help / Re: Dedicated servers
« on: September 04, 2012, 08:23:26 AM »
Common things you can add to the CMD :
-profilePath [path]
-map [gamemodename]
-gamemode [gamemodename]
-port [portname]
-dedicated

943
Slayer : Small Team Vehicle Spawns

Basically this is a set of two SLAYER TEAM VEHICLE SPAWNS : a 2x2 and 4x4.
You will find these in the slayer tab. They work the same way as the default Slayer Team Vehicle Spawn but are in a smaller size.





944
Creativity / Re: RTB Mod Bot avatar variation fad!
« on: September 03, 2012, 08:29:33 PM »
I made this one.

I know it sucks..

945
General Discussion / Re: Blockolympics [Sign Up For Winter Today!]
« on: September 03, 2012, 08:16:15 PM »
Why did this end so quickly?
I was looking for something better....

Pages: 1 ... 58 59 60 61 62 [63] 64 65