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

Topics - KrlozZ...

#1
Hello, well i use IDS for my accounts and its a problem since account 999, my function to add a new id is;
local o = QuerySQL( db, "SELECT MAX(ID) FROM Accounts" );
local asd = GetSQLColumnData( o, 0 )+1;

let me explain, when you register, it check the last ID and add the new account with another ID +1, but since account ID 999, it made 9991 account instead of 1000, do you have another way to do it, or to fix it ?
#2
Servers / Anime's World Server.
Jun 16, 2017, 05:30 AM
Anime's World Server / SdS Clan Official Server

IP: 178.32.116.43:2580
Version: 3.7
Script Authors: =SdS=KrlozZ... & [OSKr]YausoOP.
IRC Channel: #AWS on LUNet
Players Slots: 50.
Server Forum: SdS-Clan.cf

This is a simple server with many Custom Stuff about the anime, i'm trying to add many Animes things with low size, it have some minigames, and challenges for all the map, like normal VC, have propertys with salary each hour, 250 Cars, with 10 Custom Cars and all skins are custom, have 17 Custom Skins, and some maps more. Like 50 files in 10MB.
Minigames: LMS, Races, Derby, Parkour, Wordgame and the challenges pickup hiden for all vice city map.
5 Duel Arenas, with all your score in duel arena.
5 Custom Anime Radios: Otaku Music Radio MC Anime Radio Radio Anime MX Radio Anime Obsesion Anime ID Radio
all of these Radios know that i'm using them on my VCMP Server, and the first one publicy my server some times.

And much others things!, may you visit it :) and enjoy in it.

Screenshoots:
[spoiler]






















[/spoiler]

#3
Script Showroom / Vehicle System
Apr 26, 2017, 09:58 PM
Hey, i have make a other vehicle system to Create vehicles, and owner things, i have get it from Luis_Baraca script just have make it SQL and put some modifcations.

Have tested it all, and it works fine, if you found some bug, tell me.
It uses sql. so be sure to get the plugin.

Credits:
Credits for Blank Script to sseebbyy.
Credits for Vehicle System to Luis_Labarca.
Credits for make it SQL to KrlozZ...
Credits for cmds "Removecar, Setowner, Carsforsale, Car, Driver" to KrlozZ...
Credits for Sharecar for 2 players to KrlozZ...

Cmds for Admins: addcar, changecol, changepos, removecar, setowner, carsforsale.
Cmds for players: buycar, sellcar, sharecar, delsharecar, mycars, mysharedcars, car, driver.

Here is it:

#4
Support / What can lag a script ?
Apr 13, 2017, 04:52 AM
Hey guys, i have a server on cloudwards host, since like 3 weeks ago my server started lagging so hard, when it have 3+ players, i really don't know why, I have talked with the host to know if it was the host, we have joined in a cloudwards server with many custom stuff, and we did not lagged, we have changed the port of my server, but it still lagging, i should like you guys tell me what can lag a script, if there is any things which gave lag to the script. its the unique way which i think, it can be the script.
#5
Support / GUI in old computer
Apr 07, 2017, 08:37 AM
Hellow.

I'm new scripting and don't know so much things, but im trying to learn n.n
Thank you all for some systems which i get from here :)

Well i want ask 2 things.

1. I have a pentium 4 :P and i have installed panel gui system from Anik and it not shows the colors, it shows the colors for others and in my laptop it do, but on my pc no, i want know if there is a way to show the colors on a nab pc like the mine :P



2. How i can to the commands work with capitals ? :P
i was using .toupper, but it not works e_e i guess it's an old thing, and can't be used on rel004, so i want know if there is another thing like that to the commands works with cappital letters ._.

That's all :) Have a nice day.
#6
Hello, well i was trying to add a new custom car, its a simple banshee with a new image, usually i use XML Builder, i have loaded the banshee example, and used it without modified the xml, but when i start the server and join it says that failed to load custom content vehicles/name car etc :P

Its the car

by Moon :P

Its the XML
<?xml version="1.0" encoding="ASCII"?>
<vehicle>
<basic>
<type>car</type>
<name>Banshee</name>
<anims>null</anims>
<comprules>0</comprules>
<extraflags>0000</extraflags>
<wheelmodel>237</wheelmodel>
<wheelscale>0.700000</wheelscale>
<immunity>0</immunity>
</basic>

<aidata>
<class>executive</class>
<freq>10</freq>
<level>7</level>
</aidata>

<colors>
<carcol>1,1</carcol>
<carcol>3,3</carcol>
<carcol>36,36</carcol>
<carcol>57,57</carcol>
</colors>

<audio>
<enginefarsample>274</enginefarsample>
<enginenearsample>10</enginenearsample>
<hornsample>6</hornsample>
<hornfreq>10400</hornfreq>
<sirensample>0</sirensample>
<sirenfreq>9400</sirenfreq>
<doorsounds>1</doorsounds>
</audio>

<handling>
<mass>1400.000000</mass>
<percentsubmerged>70</percentsubmerged>
<steeringlock>34.000000</steeringlock>
<seatoffset>0.300000</seatoffset>
<damagemultiplier>0.490000</damagemultiplier>
<value>45000</value>
<flags>00008183</flags>

<dimensions>
<x>2.300000</x>
<y>4.500000</y>
<z>1.600000</z>
</dimensions>

<centreofmass>
<x>0.000000</x>
<y>0.000000</y>
<z>-0.250000</z>
</centreofmass>

<traction>
<multiplier>1.100000</multiplier>
<loss>0.840000</loss>
<bias>0.530000</bias>
</traction>

<transmission>
<numofgears>5</numofgears>
<maxspeed>200.000000</maxspeed>
<acceleration>33.000000</acceleration>
<drivetype>R</drivetype>
<enginetype>P</enginetype>
</transmission>

<brakes>
<deceleration>11.100000</deceleration>
<bias>0.520000</bias>
<abs>0</abs>
</brakes>

<suspension>
<forcelevel>1.800000</forcelevel>
<dampening>0.180000</dampening>
<upperlimit>0.250000</upperlimit>
<lowerlimit>-0.180000</lowerlimit>
<bias>0.500000</bias>
<antidive>0.300000</antidive>
</suspension>

<lights>
<front>1</front>
<rear>1</rear>
</lights>
</handling>

</vehicle>

The name of the file is v6000_t0_p2_bansh

Have it in a 7zip and 3 Files Banshee.txd, banshee.dff and banshee.xml

So whats wrong with it ? why the server fail to load it and kick me :/
#7
Well i made a cmd to create a car in game like /createcar model color color, but i want to save it on the script, i mean if i do that cmd, it export to the script, beacause if i restart the server it disappear, i want know how to save it on the script.
Can anyone help me :P
#8


SdS Clan which means Seven Deadly Sins, count with 18 Members and currently the applys to join the clan are Open. so feel free to apply on our forum.

We have 7 Members who represent the clan, as Seven Deadly Sins, You can says that the Seven Deadly Sins are the more strongs on our members, but it not means the others members are noobs.

In our clan, if you want be part one of the 7 Members who represent the clan, you can make a challenge agains't any of them, and get his sins.

Forum: SdS - Seven Deadly Sins Clan Forum.
IRC: SdS - Seven Deadly Sins Clan IRC.
Allies: VF. F2. EK. KF.
Members: 19.

Founder

=SdS=Naruto


Leaders

=SdS=Edwin
=SdS=KrlozZ...


Co-Leaders

=SdS=Ameer


Moderators

=SdS=Bao_CraftVN


Full Members

=SdS=The(Guirrox)
=SdS=HTML
=SdS=OnY
=SdS=MexX
=SdS=Killer^
=SdS=206
=SdS=3laWi
=SdS=Mo7amd
=SdS=AnNiHiLaToR^


Rokiee's

=SdSr=^Zion
=SdSr=iHackzZ


Trainee's

=SdSt=Alrashed
=SdSt=Shimazu


Seven Deadly Sins:

=SdS=Naruto
Greed
=SdS=Edwin
Gluttony
=SdS=KrlozZ...
Pride
None
Envy
=SdS=Ameer
Wrath
=SdS=The(Guirrox)
Lust
=SdS=HTML
Sloth
#9
Clans and Families / [closed] Von Clan
Jul 19, 2016, 03:24 AM
Clan: VON
Tags: [VON]
Admin:  [VON]KrlozZ...
Forum: http://vonclan.foro.pro/
IRC Channel:  None
Members: [VON]Esdeath^, [VON]SOK, [VON]desi, [VON]Nothing[H], [VON]WILLART, [VON]MexX, [VON]Ken^, [VON]DaimeBITCH, [VON]m60, [VON]MexX [VON]CarTel_Dominicano