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

#1
Support / lift
Jul 10, 2015, 05:56 AM
How To Set Lift.I want to goto to the bank upper part when i enter in the lift nothing happens.hlp me.
#2
Scripting and Server Management / Database
Jul 09, 2015, 10:04 AM
There is ANy Way To Remove All Old Accounts From Database File.
#3
Support / Re: What is This Erorr?
Jun 26, 2015, 03:52 PM
Quote from: S.L.C on Jun 26, 2015, 03:40 PMYou's just passing the wrong number of parameters to a function. The error even tells you that. But that's what happens when you know sh!t about scripting:

function stupid(a, b, c)
{
print(a + b + c);
}

stupid("a", "b"); // Wrong. Expects 3
stupid("a", "b", "c", "d"); // Wrong. Expects 3

stupid("a", "b", "c"); // Correct.
IIIIIII Can And IIIIIIII Will.
SLC have you any other work . Stupid Get Lost I Dont Need Your Help  I Will Fix It Myself.And i will show you that i can become a scripter.i can and i will.
Mental Case
#4
Support / Re: What is This Erorr?
Jun 26, 2015, 03:49 PM
Quote from: Mashreq on Jun 26, 2015, 03:48 PMThe code where you get the error.
The Erorr Does Not Show Line Of Erorr.
#5
Support / Re: What is This Erorr?
Jun 26, 2015, 03:40 PM
Quote from: Mashreq on Jun 26, 2015, 03:37 PMMind providing us some codes? and a screenshot which has not been cropped.
LOL SLC I am Noob SO Need Help. Which Code I Can Give Here.i am new so i am noob
#6
Support / What is This Erorr?
Jun 26, 2015, 03:07 PM
Sorry Friends I Am New So I Need Help At Every Erorr.@Thijn and @Storemus Please Dont Lock This Topic maybe i need more help.
So The Erorr is This. how to fix it.
#7
Script Showroom / Re: [Scripts]VPT's v1.0
Jun 26, 2015, 01:42 AM
Quote from: Thijn on Jun 25, 2015, 04:26 PMLink removed.

1. Don't add any binaries to your releases. No database browser, plugins or server. This will reduce the possibilities for viruses and greatly reduces the size.
2. Your passwords are saved un-hashed. I wouldn't want to play on a server running this script, knowing the owner can easily read my password.
If people start using this script there will be servers everywhere saving passwords the wrong way. Let alone what will happen when people use the same password ingame as somewhere else and the database gets stolen.

Either edit your script or don't release it and never use it again.
Thijn Can You See This?

Here is Owner Message. HE Said You Can Release Anyway Now I Am Removing The Scripts Myself.
#8
Script Showroom / [Scripts]VPT's v1.0
Jun 25, 2015, 04:18 PM
Hi Guys,
            Today I Am Releasing A Scripts. That Can Use Anyone.It is Warcheif.Now It is For 0.4 VCMP.I Want To Help Peoples so i am releasing this.
                                        Name Scripts = VPT's Scripts
                                       Version = V1.0B
                                       Scripter = KingOfVC + [VPT]Rizwan
                                        Credits = KratOS
                                        New Things = AkinaHill
                                        Objects = A New Park in Starfish Island
                                        Link =  - Link removed -
#9
General Discussion / Re: Language
May 19, 2015, 01:46 AM
Quote from: S.L.C on May 19, 2015, 01:42 AM
Quote from: [vρт]яιzωαη on May 19, 2015, 01:38 AM... WHERE IS ITS TUTORIALS

Everywhere.
Thanks
In Next Update You Will Be a VCMP Team Member
#10
General Discussion / Re: Language
May 19, 2015, 01:38 AM
Quote from: S.L.C on May 19, 2015, 01:29 AM
Quote from: [vρт]яιzωαη on May 19, 2015, 01:21 AM...So I need to learn squirel

So what's keeping you? Programming is all the same :-\
SLC I DONT KNOW ABOUT ANYTHING JUST TELL ME HOW I CAN LEARN IT. WHERE IS ITS TUTORIALS
#11
General Discussion / Re: Language
May 19, 2015, 01:21 AM
Quote from: aXXo on May 18, 2015, 04:54 PMWhy?
Lol
are u mad????
I Want To Learn Scripting So I need to learn squirel
#12
General Discussion / Language
May 18, 2015, 04:46 PM
I want to learn Squirel Language. I DOnt Know ABout it. Someone Help Me. I Want To Learn It Step By Step.Give Me Link Where is All Of These Tutr. I Shall Be Very Thankful To You For this Kindness. First Of All I Want To Learn Squirel Language and than i shall see wiki of vcmp.So Please Help Me About It. Give Me Link Of All Tut..

...........................................................................................Sorry For Bad English...
#13
Support / Re: We want to return vcmp 0.3
May 12, 2015, 02:27 PM
:-[
Quote from: Honey on May 12, 2015, 01:34 PMSeriously, You recommend an Old, Pathetic gameplay over a new and more optimized game play just because the newer one has some "bags"?
Honey I Am Also Agreed With Them But Not To Goto Back.
Reasons
1st: Because  Its FOnts Are Very Little
2nd: there are many bugs.
3rd: There is No Function Player.Gravity etc....
There are Many Other Reasons. More Than 30 Player are Playing VCMP 0.3 sky city server or not 0.4 server. Just Scripters are playing vcmp 0.4.
#14
Quote from: Beztone on May 08, 2015, 10:32 AMWT? using SQLQuery and Hadd both in an cmd, can't guess which script he is using but i think he has an SQ script and he copy-paste that cmd from and FBS script ???
No It is MDM. Please Give Me Working Commands
#15
else if ( cmd == "ban" )
{
local check = Required( player, cmd, Level );

if ( check )
{
if ( !text ) PrivMessage( "Error - Invalid Format. /c ban <player> <reason>", player );
else
{
if ( i < 2 ) PrivMessage( "Error - Invalid Format. /c ban <player> <reason>", player );
else
{
local plr = GetPlayer( GetTok( text, " ", 1 ) ), reason = GetTok( text, " ", 2, i );
if ( !plr ) PrivMessage( "Error - Invalid Nick/ID.", player );
else if ( plr.ID == player.ID ) PrivMessage( "Error - You can't /c ban yourself.", player );
else if ( PlayerLevel( plr ) >= Level ) PrivMessage( "Error - You can't ban admins with the same or higher level.", player );
else
{

                                            QuerySQL( db, "ADD IN Bans LIST WHERE Name='" + players + "'" );
                                                Message( "* Admin " + player + " banned:[ " + plr + " ] Reason:[ " + reason + " ]" );
HAdd( "FBSBanInfo", plr.IP, plr.Name + ", " + reason + ", (Admin: " + player + ")" );
BanPlayer( plr );
}
}
}
}