Author Topic: Force's Beginner Scripts - Release 1  (Read 16167 times)

88nateatx

  • Jr. Member
  • **
  • Posts: 59
  • Karma: +2/-7
  • Doesn't give a damn about his bad reputation.
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #15 on: December 13, 2010, 03:55:47 am »
You need to also LoadModule( "lu_ini" ); under onScriptLoad();
Appearently it isnt  all you need, along with lu_hashing of course  :-\


Cooper(PantellicA)

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #16 on: December 17, 2010, 12:57:49 pm »
nice, can i turn weps off?

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #17 on: December 17, 2010, 02:24:59 pm »
nice, can i turn weps off?

What do you mean by this? If you mean the /wep command then yes, just remove it, if you mean weapons on spawn then yes, remove them from the content.xml (I might have left some weapon setting onPlayerSpawn as well since the LU Public Server used a variation of this in testing).
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

D4RiFT

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #18 on: February 26, 2011, 03:49:35 am »
Good release mate, thanks alot

Thomas1907

  • Newbie
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #19 on: May 19, 2011, 03:55:55 pm »
Can i also turn Auto-Login off?? and how?

Windlord

  • Guest
Re: Force's Beginner Scripts - Release 1
« Reply #20 on: May 19, 2011, 05:39:44 pm »
Check FBS-Accounts.nut, line 18.

Code: [Select]
// If they are, check the last known IP, if it's the same as the current player IP, auto log them in
if ( ip == AccountIP )
{
MessagePlayer( "You were auto-logged in! Level - " + Level, player );
hsh_LoggedIn.Add( name, 1 );
}

CTRL-F is a useful tool.

Thomas1907

  • Newbie
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #21 on: May 19, 2011, 09:00:24 pm »
If you want your server to be Guest Free!
at onPlayerSpawn
there is
   if ( ( Reg ) && ( !Logged ) ) AutoKick( player, "You Need to Login" );
make another line after that and add
Code: [Select]
if ( ( !Reg ) && ( !Logged ) ) AutoKick( player, "You Need to Register! and Login" );now they need to register too
« Last Edit: April 30, 2012, 11:52:18 am by Thomas1907 »

bl0x0ld

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #22 on: June 28, 2011, 11:50:54 pm »
cool!
« Last Edit: June 29, 2011, 12:18:36 am by bl0x0ld »

CANYON

  • Newbie
  • *
  • Posts: 29
  • Karma: +1/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #23 on: August 24, 2012, 02:22:45 pm »
I came on the server with other name and could use commands of the manager  :(

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #24 on: August 25, 2012, 01:00:44 am »
I remember Force saying this script is bugged now, so try something else like VBS.

h05th

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #25 on: December 16, 2012, 08:37:45 pm »
Not function ! Please help !
« Last Edit: December 16, 2012, 08:43:11 pm by h05th »

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #26 on: December 17, 2012, 04:01:17 pm »
Try looking at the replies before posting..

h05th

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #27 on: December 17, 2012, 06:25:26 pm »
Not Function , Rename folder "bleh" ! Not Function

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #28 on: December 18, 2012, 06:21:35 pm »
The script is bugged, we know it is. And, from what I can tell, Force aint got time to fix it.
« Last Edit: December 22, 2012, 04:26:46 am by SugarD »

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: Force's Beginner Scripts - Release 1
« Reply #29 on: December 22, 2012, 04:27:00 am »
The script is bugged, we know it is. And, from what I can tell, Force aint got time to fix it.
No reason to get angry, my friend. :)

 

© Liberty Unleashed Team.