2611
Help / Re: Program Rules, HELP
« on: June 18, 2010, 02:13:59 PM »
Wait... why do you want to move System32 into this "Program Rules"?
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.
function serverCmdWarn(%client,%t,%m) {
if(%client.isSuperAdmin || %client.isAdmin) {
%per = findclientbyname(%t);
messageClient(%per,'',"\c0Warning from \c3"@ %client.name @"\c6:\c0 "@ %m);
}
}
snakesnakesnakesnakePEDISPESNERNeed one here?
This thread is solved.Check date
who said I was making it?I wasn't even talking to you
I made an addon to his mod called "unlimited mining" I'll be updating that one soon with fixes.
For the origional infinite mining mod - thats Kalphiter's. he can do whatever he wants with it.
...No. I think it may already be on 2009, though. I'm not sure, whoever has tf2, check what it's running on in source sdk.
Map reset, changed to temperate, and changed to 1024x1024You should set a password now, I dont like all these non-bl players =\
The variable dose not work.Let me guess, it says $ @ PitroRPData.getData(%data.bl_id).valueMoney when you use it.Code: [Select]CRP_Cash.setText("$ @ PitroRPData.getData(%data.bl_id).valueMoney");Code: [Select]And brfore you say that im stupid because the GUI was not exucuted blah blah blah://--- OBJECT WRITE BEGIN ---
new GuiTextCtrl(PitroGUI) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 2";
visible = "1";
maxLength = "255";
new GuiMLTextCtrl() {
profile = "GuiMLTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "16 366";
extent = "34 14";
minExtent = "8 2";
visible = "1";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
text = "Cash";
maxBitmapHeight = "-1";
selectable = "1";
};
new GuiMLTextCtrl(CRP_Cash) {
profile = "GuiMLTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "44 367";
extent = "64 14";
minExtent = "8 2";
visible = "1";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
text = "$";
maxBitmapHeight = "-1";
selectable = "1";
};
};
//--- OBJECT WRITE END --Code: [Select]exec("./PitroGUI.gui");