+- +-

+-User

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

+-Stats ezBlock

Members
Total Members: 14
Latest: F4S33H
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 85
Total Topics: 36
Most Online Today: 2
Most Online Ever: 71
(June 03, 2025, 12:07:22 pm)
Users Online
Members: 0
Guests: 3
Total: 3

Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Davut^
« on: January 19, 2018, 09:37:35 pm »

Thanks Boss!
Posted by: JIN
« on: January 19, 2018, 09:32:36 pm »

Nice David
Posted by: Davut^
« on: January 19, 2018, 08:17:56 pm »

Hi guys there is script to check stats
Paste this at section (function onPlayerCommands)
Code: [Select]

     else if ( cmd == "stats" )
{
if ( Logged == true )
{
local q = QuerySQL( accounts, "SELECT * FROM playeraccounts WHERE Name='"+player.Name+"'" );
local a = GetSQLColumnData( q, 3 )
local b = GetSQLColumnData( q, 4 )
Message( "[#ffffff][INFO]Dear [#00ff00]" + player + " [#ffffff]Your [#00CC00]Kills[#ffffff]:[#FD0F0F]" + a + "" );
MessagePlayer( "[#ffffff][INFO][PM]Dear [#00ff00]" + player + " [#ffffff]Your [#00CC00]Kills[#ffffff]:[#00CC00]" + a + " [#ffffff]Yor [#FD0F0F]Deaths:[#FD0F0F]" + b + "" , player );
}
else if ( Logged == false )
{
MessagePlayer( "[#ffffff][INFO][PM][#FD0F0F]You Need To log in My Friend if you don't your stats are wastage." , player );
}
}
Next part status


Code: [Select]
       else if ( cmd == "status" )
{
if ( !player.Spawned )
{
MessagePlayer( "[#fffff][INFO][PM]You need to spawn to use this cmd" , player );
}
else if ( player.Spawned )
{
local q = QuerySQL( accounts, "SELECT * FROM playeraccounts WHERE Name='"+player.Name+"'" );
local a = GetSQLColumnData( q, 2 )
local b = GetSQLColumnData( q, 3 )
local c = GetSQLColumnData( q, 4 )
local d = GetSQLColumnData( q, 5 )
Message( "[#ffffff][INFO]Status of " + player + " is:" );
Message( "[#ffffff]Health:" + player.Health + "" );
Message( "[#ffffff]Cash:" + a + "" );
Message( "[#ffffff]Kills:" + b + "" );
Message( "[#ffffff]Deaths:" + c + "" );
Message( "[#ffffff]Level:" + d + "" );
}
}

+-Recent Topics

Sexy Womans from your city - Verified Maidens by F4S33H
September 20, 2024, 01:48:04 pm

Good Bye by Davut^
March 07, 2018, 05:12:02 pm

Report-Sas by Davut^
February 27, 2018, 07:19:56 pm

Will be back Tomorrow. by JIN
February 17, 2018, 09:15:16 am

Storm is awesome!!! by JIN
February 17, 2018, 09:13:49 am

[Released]Count down script by [UDt]Davut^ by Davut^
February 02, 2018, 10:30:50 pm

Clan Information. by Davut^
February 02, 2018, 06:44:51 pm

Important Notice! & Format by Davut^
February 02, 2018, 06:36:19 pm

Rules by Davut^
February 02, 2018, 06:23:01 pm

[Accepted] Bninin Using [OFF] Clan by JIN
February 02, 2018, 03:07:28 am