Main Menu
Menu

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 Menu

Messages - Kewun

#1
Scripting Releases / [SQ] Execude Code in-game
January 06, 2021, 11:02:17 AM
This snippet allows you to run your own script code inside the game by writing a command [/exec_s for server, /exec_c for client]

NOTE IT IS STRONGLY ADVISED TO NOT RUN THIS ON A PUBLIC SERVER, PLAYERS COULD HIJACK AND DO ANYTHING THEY WANT.. ADD SOME SECURITY SYSTEM TO IT!!!!!!!!!!!!!!!!

Download
#2
Scripting Releases / [SQ] Deathmatch Gamemode [GTA III]
December 28, 2020, 11:12:12 AM
A simple deathmatch gamemode on the portland ship which includes bots trying to kill you, basically a survival gamemode.

Download

Place to your resource folder and add in server.xml <resource src="deathmatch" />
#3
Scripting Releases / [SQ] Respawn Player After Death
December 18, 2020, 08:52:27 PM
As in title, this small snippet will respawn your player after his death at your desired location, skin, and you can set respawn delay.



https://pastebin.com/gm9FKqYVDownload[/url]



Should work for all GTA games.
#4
Scripting Releases / [SQ] Simple Player Language System
December 18, 2020, 08:41:53 PM
This snippet allows a player to choose his language (you need to make your own translations)

This is a good alternative if you do not want to use a translation resource which gathers data from 3rd party websites and if you prefer everything to be translated correctly.



https://pastebin.com/8yP3nxnKDownload[/url]



You might want to make some changes there since I added my own spawn system there to test if it works alright



Should work on all GTA games.
#5
Scripting Releases / [SQ] Zombies Gamemode
September 03, 2020, 07:13:21 PM
Supported Game: GTA III

A simple zombies gamemode
Download
Changelog

[REQUIRED] SERVER CVAR Settings:
<cvar name="Nametags" value="1" />
<cvar name="GunShops" value="1" />
<cvar name="UniqueStuntJumps" value="0" />
<cvar name="StuntJumps" value="0" />
<cvar name="StauntonToiletCamera" value="0" />
<cvar name="Gates" value="0" />
<cvar name="Trains" value="0" />
<cvar name="Planes" value="0" />
<cvar name="MaximumWantedLevel" value="0" />
<cvar name="DefaultParkedCars" value="0" />
<cvar name="Ambulances" value="0" />
<cvar name="Traffic" value="0" />
<cvar name="Civilians" value="1" />
<cvar name="DefaultPickups" value="0" />
<cvar name="SinglePlayer" value="1" />
#7
Scripting Releases / [SQ] Pay N Spray Garages
August 25, 2020, 04:10:12 PM
Supported Game: GTA III



This script adds pay n spray garages around the cities. Converted from LU to GTA C



https://cdn.discordapp.com/attachments/718909602581708853/747834979911729242/pns.zipDownload[/url]
#8
Scripting Releases / [SQ] GTA V Style Character Switch
August 22, 2020, 12:15:01 PM
Current Version: 0.1a

Compatible Games: GTA III



A system which allows you to choose between 3 characters to play with, just like in GTA V. Controls: Hold LALT to bring up the wheel, move your mouse to choose a character then release ALT key.



Download
#9
Scripting Releases / [JS] Headshot
August 22, 2020, 12:08:53 PM
A simple headshot script, once a player gets shot in the head, he immediatelly dies and his head explodes
Download
#10
Clans / [C.R.C] Chicago Rooftops Clan
May 04, 2020, 05:27:27 PM
C.R.C, It all began in 2011, Liberty Unleashed, we're back.



Suffered many wars, yet always won them, strongest clan of LU 2011-2018, is now back.


Members]

- Kewun (🇵🇱)

- FranklinPL (🇵🇱)

- a7medDZ (🇩🇿)

- Andrics (🇵🇰)

- MagentaArrow (🇷🇺)
#11
Scripting Releases / Re: [JS] Car Mileage
April 28, 2020, 12:19:12 PM
Squirrel version of this script:  
#12
Scripting Releases / [JS] Car Mileage
April 28, 2020, 12:08:52 PM
A simple car mileage system which displays the vehicle's mileage from command /mileage



https://pastebin.com/S39ucfgLClient Script[/url]
#14
Suggestions / Re: '[TIMEOUT]' problem
April 20, 2020, 11:37:57 AM
same thing here, except my pc doesnt lose connection and is stable. happens on every server I tried
#15
Archive / [ADDED] Suggestions
August 21, 2019, 10:38:11 AM
- vehicle.respawn() function

- vehicle blown up event

- on pickup picked up event

- vehicle.spawnPos to retrieve the default vehicle spawn position used by createVehicle and be able to set it again

- pickup.value ( because if you createPickup for example with colt 45 (id 172) and set its type to 1 (purchasable) then its worth $250. the pickup.value would change the value of the price )

- Add chat message limit ( because writing a huge ass message copy pasting downs the game fps to 10 when sent to server... )