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

Pages: [1] 2 3 ... 9
1
Announcements / Re: New Main Admins And Global Moderators
« on: September 26, 2015, 01:09:07 PM »
Thank you!

I'm not sure if I deserve it as I'm not as active as before, but I´m always here to help!

//Clark
 

2
Multi Theft Auto Discussion / Re: Poll about up slots in SiK Server
« on: March 17, 2015, 02:17:43 PM »
sounds like more mr.green system than FFS , but if server can't handle a massive amont of players in same dimension , it can be a preventive solution

So what system does FFS use?

3
Multi Theft Auto Discussion / Re: Poll about up slots in SiK Server
« on: March 17, 2015, 12:47:15 PM »
First of all Hi!

Secondly I know I'm not as active anymore :( but I still join sometimes!

The script FFS uses does it hide the players in different dimensions? Does that mean that you could be next to a player and still don't see that player? It's not fun to be overtaken by a ghost :P but I understand if the player count is high that could be a solution. I do not know if changing dimensions for players will create bugs and crazy things from other scripts running. And maybe even break the race resource. I'm not as skilled to make heavy modification on race but I can try to see if changing dimensions on players in a race will work and we can test it on a copy of the sik server as well.

lets say if player count is higher than 32 we can split the players to two different dimensions. Over 64 players it will be 3 groups, etc.

4
Denied Or Left Applications / Re: Myself's join request .
« on: September 13, 2014, 03:24:22 PM »
Seem like a nice and skilled guy, I say yes :)

6
Random / Re: Funny Videos, Pictures and text :D
« on: March 12, 2014, 02:15:11 AM »
Shit map XD

Paint, Copy, Rotate, paste xD

7
Denied Or Left Applications / Re: Mr.J's Application
« on: January 19, 2014, 03:56:59 PM »
its a YES

8
Random / Re: Funny Videos, Pictures and text :D
« on: January 18, 2014, 12:34:38 PM »
its the first scary video I have seen, it was many years ago, the Vice City days ^^

9
Announcements / Re: Merry Christmas to everyone
« on: December 16, 2013, 12:55:51 PM »
Happy X-mas 4 all!

10
Random / Re: Funny Videos, Pictures and text :D
« on: October 25, 2013, 02:54:18 PM »
When I was a kid, this used to be true  :D

Still true!

11
Multi Theft Auto Discussion / Re: 4 real this time
« on: October 19, 2013, 03:54:13 PM »
Yeah very sad, will miss you Blade. You know you don´t have to play in CW´s, but Good luck anyways :)

12
Random / Re: Funny Videos, Pictures and text :D
« on: October 10, 2013, 05:10:03 PM »


Oh its in sweden, first its 70km/h then 90, they drive around 300 :=)

this road:
http://goo.gl/maps/8TgDL

13
Gaming / Re: Moding cars in MTA SA
« on: October 04, 2013, 05:10:32 PM »
Try this:

1 put your car files in the script directory (should be a txd and a dff file)

2 make a textfile named vehicle.lua

3 insert this code in vehicle.lua:

Code: [Select]
addEventHandler('onClientResourceStart', resourceRoot,
function()
txd = engineLoadTXD ( "nfernus.txd" )
engineImportTXD ( txd, 411 )
       
dff = engineLoadDFF ( "infernus.dff", 411 )
        engineReplaceModel ( dff, 411 )
end
)

4 change the "infernus.xxx" to your files. also change vehicle id (411) to what model you will replace, ID´s are here https://wiki.multitheftauto.com/wiki/Vehicle_IDs

5 save file

6 open meta.xml add these lines:

Code: [Select]
    <file src="infernus.txd" />
    <file src="infernus.dff" />
    <script src="vehicle.lua" type="client" />
mod them to match your file names.

7 save

8 test

Think that will be all, if not work try /debugscript 3 to se the error code.

14
Random / Re: Funny Videos, Pictures and text :D
« on: September 27, 2013, 07:22:17 AM »
Mercedes, dafuq are you doing?  ;D
[ Invalid YouTube link ]

Chicken is the best steadycams:


Russian Chicken is better (They are more calm):


Which should I use on my hexacopter?, If they work upside down,. lol


 

15
Announcements / Re: Server upgrade
« on: September 20, 2013, 11:22:59 AM »
Update!

I updated the servers to have a dedicated and lightweight file server for downloading scripts and maps, altho its on the same server I have noticed that it takes 2-3 secs for a specific map (2mb) instead of 10 secs :)
Please report if its better/worse than before.

I also updated the startup script so restarting the server will be a breeze.

Also, do you guys use voicechat? if not I´ll stop it and lower some lags :P

Next up is updating the server / scripts to latest versions (If Demon agrees) and a lot of bugfixes.

When that is done we will improve scripts, make GUIs and other fun stuff with our own developer team :P

Pages: [1] 2 3 ... 9