Jump to content

ѕρєcιαℓ αgєηт

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by ѕρєcιαℓ αgєηт

  1. Hello everyone ...

    Welcome To Multi-Gaming Server

    The server is a gangwars type

    We hope you visit us as soon as possible

    spacer.png

    Multi-Gaming Panel : https://multigaming.me/index.php

    TeamSpeak IP : M-G

    MTA Server IP : mtasa://46.105.38.65:22003

    spacer.png

    * Server Management And Responsible *

    Developer

    iNu9aiF

    Simple

    Mr.Abdullah-07

    lilxTAG

    iSppx

    Manager

    одиночний

    Autobot

    Console

    AseeL<3

    iHeCtOr

    spacer.png

    Some pictures of the server

    Free dining

    spacer.png

    Police Station

    spacer.png

    The Missions

    spacer.png

    The Bank

    spacer.png

    Safe zone 1

    spacer.png

    2 -

    spacer.png

    The Map - F11

    spacer.png

    Good luck for everyone ...#

    • Haha 1
  2. spacer.png

    اليوم بنشر لكم سيرفر حرب العصابات

    كويس و الادارة كويسة و سيرفر مشاء الله

    مرحبا بجميعكم نتمنى منكم تزورونا و نتمنى لكم قضاء وقت جميل

    spacer.png

    Multi-Gaming Panel : https://multigaming.me/index.php

    TeamSpeak IP : M-G

    MTA Server IP : mtasa://46.105.38.65:22003

    spacer.png

    * ادارة السيرفر و المسؤولين *

    Developer

    iNu9aiF

    Simple

    Mr.Abdullah-07

    lilxTAG

    iSppx

    Manager

    одиночний

    Autobot

    Console

    AseeL<3

    iHeCtOr

    spacer.png

    بعض الصور للسيرفر ...#

    المطاعم الحرة

    spacer.png

    مركز الشرطة

    spacer.png

    المهمات

    spacer.png

    البنك

    spacer.png

    السيف زون مدينة الاولى

    spacer.png

    2 -

    spacer.png

    الخريطة - F11

    spacer.png

    بالتوفيق للجميع حياكم الله ...#

    • Like 2
  3. 
    Teams = {
    	{ 'Grove Street' , 0, 128 , 0 , 'True' },
    	{ 'Ballas' , 128, 0, 128 , 'True' },
    	{ 'Vagos' , 255, 200, 0 , 'True' },
    	{ 'Aztecas' , 0, 128, 255 , 'True' },
    	{ 'Doctor' , 24, 198, 238 , 'True' },
    	{ 'Police', 0, 0, 255 , 'True' },
    	{ 'Criminal' , 255, 0, 0 , 'False' }
    }
    	
    function OutPut ( aElement_ , aText_ )
    	exports['guimessages']:outputServer( aElement_, aText_ )
    end
    
    executeSQLQuery ( 'CREATE TABLE IF NOT EXISTS aAccountss___ ( AccountName , AccountPassword , Serial , Year , Month , Day )' )
    executeSQLQuery ( 'CREATE TABLE IF NOT EXISTS SaveMoney ( Accont, Money )' )
    
    addEventHandler( 'onPlayerQuit', root,
    function( ) 
    	local Account = getPlayerAccount( source )
    	if ( Account and isGuestAccount( Account ) ) then
    		local SQL = executeSQLQuery( 'SELECT * FROM SaveMoney WHERE Accont = ? ', getAccountName( Account ) ) 
    		if ( SQL ~= -1 ) then
    			executeSQLQuery( 'UPDATE SaveMoney SET Money = ? WHERE Accont = ? ', getElementData( source, 'Money' ), getAccountName( Account ) ) 
    		else
    			executeSQLQuery ( 'INSERT INTO SaveMoney VALUES ( ? , ? )', getAccountName( Account ), getElementData( source, 'Money' ) )
    		end
    	end
    end )
    
    addEventHandler("onPlayerSpawn", root,
    function()
        	local CriminalTeam = getTeamFromName("Criminal")
    		if (CriminalTeam) then
    				setTeamFriendlyFire(CriminalTeam, true)
    		end
    end)
    
    for aTeams in ipairs ( Teams ) do 
    	aTeam_ = createTeam ( Teams[aTeams][1] , Teams[aTeams][2] , Teams[aTeams][3], Teams[aTeams][4] )
    	if ( Teams[aTeams][5] == 'True' ) then setTeamFriendlyFire ( aTeam_ , false ) end
    end

     

    • Like 1
×
×
  • Create New...