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 - Port

Pages: 1 ... 1004 1005 1006 1007 1008 [1009] 1010 1011 1012 1013 1014 ... 1041
15121
Modification Help / Re: finding stats to do with the server
« on: January 28, 2012, 01:48:41 PM »
Code: [Select]
function getServerName()
{
return $ServerInfo::Name;
}

function getMyScore()
{
%count = NPL_List.rowCount();

for ( %i = 0 ; %i < %count ; %i++ )
{
%row = NPL_List.getRowText( %i );

if ( getField( %row, 1 ) $= $Pref::Player::NetName && getField( %row, 3 ) == getNumKeyID() )
{
return getField( %row, 2 );
}
}

return 0;
}

function getMyPlayer()
{
return serverConnection.getControlObject();
}

function getMyName()
{
return $Pref::Player::NetName;
}

function getMyBL_ID()
{
return getNumKeyID();
}

All in function form because I don't know why.

15122
Modification Help / Re: finding stats to do with the server
« on: January 28, 2012, 01:42:26 PM »
*The name of the server. = Substring operations on NPL_Window.getValue()

Code: [Select]
function getServerName()
{
%value = NPL_Window.getValue();
%pos = strPos( %value, " Players - " );

if ( %pos < 0 )
{
return "";
}

return getSubStr( %value, %pos + 11, strLen( %value ) );
}

*My Blockland Identification number.

getNumKeyID()

*My Client ID.

What do you mean by this?

*My Blockland Name.

$Pref::Player::NetName

15123
Modification Help / Re: Points Value
« on: January 28, 2012, 10:41:16 AM »
getField( NPL_List.getRowText( index ), 2 )

15124
It's pretty funny how fast I got in although I have an extreme lack of luck.

Same.

15125
Modification Help / Re: CityRPG
« on: January 28, 2012, 07:25:36 AM »
I am interested in helping, seeing as you mentioned me. If you wanted everything to be formatted correctly, you can just make a quick list of formatting rules that everyone follows. I'd suggest bitbucket with git for private repositories (I normally use Github, but it costs for private), it has issue tracking and crap.

15126
I got in. It is rather buggy at the moment, the "Friends" area is refusing to load for me.

15127
Add-Ons / Re: Team Fortress 2 Sniper Rifle
« on: January 27, 2012, 03:57:51 AM »
http://localhostr.com is the best uploading service.

15128
Modification Help / Re: BlokHeads
« on: January 27, 2012, 03:55:12 AM »
I wish I could host 2 servers, so we can play together - this is really fun.

I could provide up to 20 dedicated 24/7 99-slot servers. PM me for further discussion.

15129
Modification Help / Re: CityRPG
« on: January 27, 2012, 03:53:49 AM »
This is looking nice. Also, how about an actually good crime system that requires an investigation to succeed, a person to report the crime or an authority noticing it in order for the person to actually be considered a criminal?

15130
Modification Help / Re: BLG Development
« on: January 27, 2012, 02:04:25 AM »
Is JavaScript enabled? What browser are you using?


Google Chrome   16.0.912.77 (Official Build 118311) m
OS   Windows
WebKit   535.7 (@105360)
JavaScript   V8 3.6.6.19
Flash   11,1,102,55
User Agent   Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7
Command Line   "C:\Users\User\AppData\Local\Google\Chrome\Application\chrome.exe" --flag-switches-begin --enable-print-preview --flag-switches-end

15132
Off Topic / Re: Meme Proposal
« on: January 26, 2012, 04:29:00 PM »
I did not cry in any way at all. Do I win something?

15133
Off Topic / Re: What is your ORIGINAL CHARACTER
« on: January 26, 2012, 04:17:35 PM »
Blort..?

15134
General Discussion / Re: Blockland Chatting / Headset - Mic
« on: January 26, 2012, 04:12:34 PM »
Teamspeak, Steam, Voxli, Xfire, Skype and Ventrillo

Quote
non-downloaded

15135
Modification Help / Re: How do I find my latency? - read for more
« on: January 26, 2012, 11:52:16 AM »
echo( serverConnection.getPing() );

Pages: 1 ... 1004 1005 1006 1007 1008 [1009] 1010 1011 1012 1013 1014 ... 1041