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.


  Show Posts
Pages: [1] 2
1  Scripting / Script Help / Correct Command Check on: June 26, 2014, 01:04:46 pm
Anyone Could Help Me
I am Trying To Get A Correct Command Or Incorrect Command Script
Code: [Select]
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "info" || szCommand == "wanted" || szCommand == "setteam1" || szCommand == "setteam2" || szCommand == "team1" || szCommand == "team2" || szCommand == "spawn" || szCommand == "get200" || szCommand == "pr" || szCommand == "freeze" || szCommand == "wantof" || szCommand == "unfreeze" || szCommand == "mute" || szCommand == "unmute" || szCommand == "setwant1" || szCommand == "setwant2" || szCommand == "setwant3" || szCommand == "setwant4" || szCommand == "setwant5" || szCommand == "setwant6" || szCommand == "setwant0" || szCommand == "1" || szCommand == "mos1" || szCommand == "mos2" || szCommand == "amro1" || szCommand == "amro2" || szCommand == "2" || szCommand == "vehlist" || szCommand == "garages" || szCommand == "srl" || szCommand == "srr" || szCommand == "sfl" || szCommand == "sfr" || szCommand == "exp" || szCommand == "taxion" || szCommand == "taxioff" || szCommand == "open" || szCommand == "close" || szCommand == "busy" || szCommand == "online" || szCommand == "vehghoston" || szCommand == "ghoston" || szCommand == "vehghostoff" || szCommand == "ghostoff" || szCommand == "send" || szCommand == "b+" || szCommand == "bank+" || szCommand == "wire" || szCommand == "sp" || szCommand == "st" || szCommand == "spawnscreen" || szCommand == "addon1" || szCommand == "addon2" || szCommand == "addon3" || szCommand == "want1" || szCommand == "want2" || szCommand == "want3" || szCommand == "want4" || szCommand == "want5" || szCommand == "want6" || szCommand == "saveloc" || szCommand == "gotoloc" || szCommand == "out" || szCommand == "cash" || szCommand == "my+" || szCommand == "bank" || szCommand == "login" || szCommand == "register" || szCommand == "autologin" || szCommand == "logout" || szCommand == "skin" || szCommand == "score" || szCommand == "sc1" || szCommand == "cmds" || szCommand == "mycmds" || szCommand == "stop" || szCommand == "start" || szCommand == "/" || szCommand == "aeroport" || szCommand == "airport" || szCommand == "parc" || szCommand == "rep" || szCommand == "admins" || szCommand == "ann" || szCommand == "l1" || szCommand == "l2" || szCommand == "lock" || szCommand == "lock1" || szCommand == "lock2" || szCommand == "wep" || szCommand == "heal" || szCommand == "arm" || szCommand == "msg" || szCommand == "veh" || szCommand == "mypos" || szCommand == "goto" || szCommand == "speedo" || szCommand == "nogoto" || szCommand == "blipon" || szCommand == "blipoff" || szCommand == "col1" || szCommand == "col2" || szCommand == "anim" || szCommand == "msgs" || szCommand == "kick" || szCommand == "ban" || szCommand == "sun" || szCommand == "fog" || szCommand == "cloud" || szCommand == "storm" || szCommand == "rain" || szCommand == "stm" || szCommand == "se" || szCommand == "wea" )
{
MessagePlayer( "Correct Command", pPlayer, Colour( 0, 255, 0 ) )
}
else
{
MessagePlayer( "Invalid Command Type /cmds or ask for help", pPlayer, Colour( 255, 0, 0 ) )
}

return 1;
}
I've Made This But It's Too Hard To Write Every Command On My Server
Any Suggestions.................

ThNx In Advance
2  Liberty Unleashed / Liberty Unleashed Chat / Vrocker-Hosting.co.uk on: June 25, 2014, 02:10:13 pm
I Have To Questions

1) Is There Is Any Website That Supports Uploading LU Servers And Have Another Payment Method Than Paypal.......................................

2) How To Make My Server Appear In The Servers List On LU Client After Forwarding My Port And It's Being Accessed Only When Entering The IP Address In Favourite Textbox................

Thnx 2 All In Advance
3  Liberty Unleashed / Liberty Unleashed Chat / Updates!!!???????????? on: January 07, 2014, 01:39:10 pm
When The New Update Will Arrive :-\ :-\ :-\ :-\ ??? ??? ???
I am Excited To Work In Making New Servers ;D ;D ;D ;D ;D
4  Liberty Unleashed / Liberty Unleashed Chat / RCON HELP!!!!!!!!!!!!!!!!!! on: September 18, 2013, 11:07:46 am
Liberty Unleashed : Grand Theft Auto 3 Mod (((((RCON Help)))))


All Words In The Video

But Any Ideas Plz. Post It
5  Scripting / Script Help / Wanted Level Stay on: July 30, 2013, 02:58:29 pm
Anyone Knows How To Make The Wanted Level Permenant
In Meaning Full I Set Player Wanted Level To 4 And When He Die The Wanted Level Goes 0.
Any Ideas Plz. Help......................
6  Scripting / Script Help / get team on: July 28, 2013, 09:31:57 pm
how to get the players names which in team 1

Code: [Select]
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "team1" )
{
Message( "The team no. 1 has - " + Team=1 );
}

return 1;
}
7  Servers / Advertise your server! / Ahmed Abouelnas Server on: July 22, 2013, 03:31:25 pm
This Server I Started To Script It From 4 Months Ago I Asked And All Answers Me Thanks For All Who Help Me, Svenko, Mido_pop, Thijn, Vrocker, else.....

Ahmed Abouelnas Server: 94.23.157.172:2305

Server Rules (Plz. Follow The Rules A Little Ban Is Bad For Me)
No Spamming Chats
No Bad Words In Chats
If You Don't Like The Server Plz. Leave It Without Saying Any Thing

That's All

Plz. Any problems face you in playing or any advice please tell me fast in this topic






8  Liberty Unleashed / Liberty Unleashed Chat / help help in online on: July 20, 2013, 02:32:57 am
plz help..............
i purchased a server with 8 slots for 1 month.
i upload it on Server Control Panel from a program ftp named filezilla and i started it on the web but it doesn't appear in the internet tab in liberty unleashed client.
so plz help
i don't know what to do to make it appears in internet tab in Liberty Unleashed Client........
9  Liberty Unleashed / Liberty Unleashed Chat / server updater error on: July 18, 2013, 01:40:16 am
anyone knows why my Lan-server displaying this error messege
10  Scripting / Script Help / addons on: July 17, 2013, 04:26:29 pm
how to set addons to any vehicle

i tried some scripts like

function onPlayerCommand( player, cmd, text )
{
   if ( cmd == "addon" )
   {
      if ( text )
      {
         local veh = FindVehicle( text.tointeger() );
         if ( veh ) veh.SetAddon( 1 );
      }
   }
}

i found this in http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Vehicles/SetAddon

also this script isn't working

i tried to edit it but i fail >:( >:( >:( >:( >:( >:( >:(


any ideas plz help
11  Liberty Unleashed / Liberty Unleashed Chat / how to protect my server from hacking when i put it online on: July 16, 2013, 01:09:23 am
how to protect my server from hacking when i put it online

like no one took my scripts
12  Liberty Unleashed / Support / change color of my marker rader blip icon on: July 14, 2013, 04:38:43 pm
if anyone now how to change color of my marker rader blip icon plz help
13  Scripting / Script Help / Racing Server on: February 26, 2013, 11:04:20 pm
how to make a racing script
plz. help
14  Scripting / Script Help / scripting on: February 26, 2013, 01:00:20 pm
how to make my car stop by clicking the bind key (k)
15  Scripting / Scripting Discussion / Racing Server or Racing script on: February 24, 2013, 09:39:35 pm
Can anyone give me a Racing Server or a Racing script
Pages: [1] 2
© Liberty Unleashed Team.