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

#31
I have already mention check command there is error posted
#32
Scripting and Server Management / Prop System
Apr 10, 2015, 10:40 AM
Hi Guys
Well i have prop system i test it but it give me error on ShareProp command
There is ShareProp Command


else if ( cmd == "shareprop" )
{
  if ( !text ) MessagePlayer( "Use /shareprop  <Nick/ID> <Prop>", player );
    local id = player.ID
if ( !stats[ id ].Logged ) ePrivMessage( "[Error] - You're Not logged in..", player );
else if ( !player.IsSpawned ) ePrivMessage( "[Error] - You haven't spawned yet..", player );
else if ( !text ) ePrivMessage( "[Syntax] - !" + cmd + " <ID> <Nick>", player );
else if ( !IsNum( GetTok( text, " ", 1 ) ) ) ePrivMessage( "[Error] - ID must be Number..", player );
else if ( !PropExists( GetTok( text, " ", 1 ).tointeger() ) ) ePrivMessage( "[Error] - Invalid Prop ID", player );
[color=teal]It always give error here ( q does not exist ) [/color] if ( GetSQLColumnData( q, 3 ) != player.Name ) ePrivMessage( "[Error] - You don't own this Property", player );
else
{
    local plr = GetPlayer( GetTok( text, " ", 2 ) );
if ( !plr ) ePrivMessage( "[Error] - Invalid Nick / ID", player );
else
{
    QuerySQL( sqliteDB, "UPDATE Props SET Shared='" + plr.Name + "' WHERE rowid='" + GetTok( text, " ", 1 ) + "'" );
rPrivMessage( "You shared your Prop:[ " + GetSQLColumnData( q, 0 ) + " ] with: " + plr.Name + ".", player );
rPrivMessage( "Player " + player.Name + " shared Prop ID:[ " + GetTok( text, " ", 1 ) + " ] with you.", plr );
}
}

}

#33
Snippet Showroom / Re: Real Speedometer!!
Apr 10, 2015, 02:06 AM
As What I say
#34
Snippet Showroom / Re: Real Speedometer!!
Apr 09, 2015, 04:22 PM
There is no error logs when i sit on car nothing show on console and nothing happen on game
#35
Snippet Showroom / Re: Real Speedometer!!
Apr 09, 2015, 01:57 PM
Well i say Nice Work but i didnt test it but when i test it its not showing SpeedoMeter
Why?????
#36
can u give there example?
#37
Well i am using Fuzzie Account system but i am facing problem on setpassword command when i set password it say on console password does not exist and password also didnt change this is command

else if ( cmd == "setpassword" )
{
           if( stats[ player.ID ].Logged == false ) MessagePlayer( "Error - You don't have Login acess.", player);
   else if ( stats[ player.ID ].Level < 7 ) MessagePlayer( "Error - You don't have access to it.", player);
else if ( !text ) qPrivMessage( "Syntax, " + cmd + " [Nick/ID] [Password]",player );
else {
local plr = GetPlayer( GetTok( text, " ", 1 ) );
if ( !plr ) qPrivMessage( "Error: Invalid Player.",player );
else {
local newpass = GetTok( text, " ", 2);
if ( newpass == null ) qPrivMessage("Enter A Valid Password.",player );
else {
qPrivMessage("Admin " + player + " Set Your Password To: " + newpass + ".", plr);
qPrivMessage(" Changed Password Of " + plr.Name + " To: " + newpass + ".", player);
QuerySQL(sqliteDB,"UPDATE Accounts SET Password='" + SHA256( password ) + "' WHERE Name='" + plr.Name + "'");
}
}
}
}
#38
Snippet Showroom / Re: Evaluation System
Apr 07, 2015, 04:18 PM
Lol Every One will laugh on it they think i am stupid + bull ****
#39
Snippet Showroom / Re: Evaluation System
Apr 07, 2015, 02:11 PM
Well Honey Its Not Copy Paste as i know That the evaluation system that was make by FarisDonb was bugged and i didnt use his system i have proof that his system was bug coz he say me on call i have call him so soulshaker dont think badly because i also say to doom_killer that i work on it for 1 week so this is Proof that i make this or else what u think
#40
Scripting and Server Management / WBStats
Apr 03, 2015, 04:48 AM
Hey guyz i add wbstats in my server but  they give me error on function register  on line these of wbstats
QuerySQL( sDB, "INSERT INTO BodyStats (Name, BodyParts) VALUES (%s'%i')", player.Name, "0 0 0 0 0 0 0)" );
QuerySQL( sDB, format( "REPLACE INTO WeaponStats (Name, Weps) VALUES ('%i')", player.Name, "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" ) );     



And  error is sorry but i cant post screen shot due to reason

this is error
wrong number of parametes
#41
Snippet Showroom / Re: Evaluation System
Apr 02, 2015, 01:48 PM
Ok Beztone I will check

Crystal Thanks And its make by my self
#42
Thanks
Worked
#43
what?
#44
I facing problem i have my admin commands and i am using fuzzie account system i add a function in setlevel cmd that if there is someone is not login and use admin command it can be use what the problem this is admin cmd'




then i goto server without login and try command it say that








What is Problem?
#45
Snippet Showroom / Re: Evaluation System
Apr 01, 2015, 01:09 PM
wth what are u saying i make it my self and i work on it for 1 week everyone is not like u soulshaker just giving money of hosting and become patner