Jump to content

SilviuInfinite

Membru
  • Posts

    73
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by SilviuInfinite

  1. Încearcă :

     

    public OnVehicleDeath(vehicleid)
    {
     	new engine,lights,alarm,doors,bonnet,boot,objective;
     	vehEngine[vehicleid] = 0;
    	GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
     	SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
        if(IsAnOwnableCar(vehicleid))
     	{
    		foreach(new i : Player)
    		{
    			for(new v; v < MAX_PERSONAL_VEHICLES; v++)
    			{
    				if(PlayerInfo[i][pCarID][v] == vehicleid)
    				{
    					PlayerInfo[i][pCarHP][v] = 1000.0;
    					if(PlayerInfo[i][pCarIns][v] != 0)
    					{
    						PlayerInfo[i][pCarIns][v]--;
    					}
    					cUpdate(i, v, cInsurancecarx);
    					cUpdate(i, v, cKMx);
    					cUpdate(i, v, cHPx);
    				}
    			}
    		}
     	}
     	if(Destroycar == 1)
     	{
    		if(Carspawn[vehicleid] != 0)
    		{
    			DestroyVehicle(Carspawn[vehicleid]);
    			Carspawn[vehicleid] = 0;
    		}
    	}
    	StopAudioStreamForPlayersInCar(vehicleid);
     	return 1;
    }

     

  2. panel/inc/pages/index.p.php

    Îți trebuie plugin-uri să  faci la fel (pagina de facebook sau canalul de youtube)

     

    La youtube pui :

    cum ar fi un link :
    
    https://www.youtube.com/watch?v=OemNTGjKgawqw&feature=youtu.be
    
    Copii după :  de la  = până la & 
    
    Adică așa : OemNTGjKgawqw
    
    Iar după pui : https://www.youtube.com/embed/OemNTGjKgawqw

     

     

     

    • Like 1
  3. Intra in :

    panel/app.php

    Acolo ai :

    DB::$db['mysql'] = [
    	'host' 		=> 	'Hostul', /// 127.0.0.1
    	'username' 	=> 	'username-ul bazei de date', /// root
    	'password' 	=> 	'parola de la baza de date', // spatiu liber (vorbind de localhost)
    	'dbname' 	=> 	'numele bazei de date' // numele la baza din phpmy admin
    	
    ];
    
    Config::$data = (object) [
    	'site_name' => 'Numele la panel', /// LocalHost | UCP
    	'url' => 'Locatia unde este panelul', /// http://localhost/panel/
    	'url_forum' => 'link forum ', /// http://localhost/forum/
    ];

    (!) tot ce este dupa "///" este doar un exemplu.

    Sper ca te-am ajutat

  4. Intra in :

    panel/app.php

    Acolo ai :

    DB::$db['mysql'] = [
    	'host' 		=> 	'Hostul', /// 127.0.0.1
    	'username' 	=> 	'username-ul bazei de date', /// root
    	'password' 	=> 	'parola de la baza de date', // spatiu liber (vorbind de localhost)
    	'dbname' 	=> 	'numele bazei de date' // numele la baza din phpmy admin
    	
    ];
    
    Config::$data = (object) [
    	'site_name' => 'Numele la panel', /// LocalHost | UCP
    	'url' => 'Locatia unde este panelul', /// http://localhost/panel/
    	'url_forum' => 'link forum ', /// http://localhost/forum/
    ];

    (!) tot ce este dupa "///" este doar un exemplu.

    Sper ca te-am ajutat

  5. <html>
    <head>
    <script type="text/javascript">
    var contor=5
    var timp
    function functie()
    {
    document.getElementById('afisare').value=contor
    if (contor == 0) { parent.location.href="http://link .env" }
    contor=contor-1
    timp=setTimeout("functie()",1000)
    }
    </script>
    </head>
    <body onLoad="functie()" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
    <center><br /><br /><br /><br />
    
    Vei fi redirectionat in <input type="text" size="1" id="afisare"> secunde, catre siteul <a href='Pagina Principala'>http://pagina-principala.com</a>
    
    </center>
    </body>
    </html>

     

  6. Acum 13 ore, AmYs a spus:

    poza asta spune totul  

    Este cel cu ochelari.

    20664943_2011179495805952_5160352484901041892_n.jpg

    Ești cam... Înainte să pui poza ar trebui să te asiguri că nu au amândoi ochelari -_- 

    Edit : eu recomand acest gamemode

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.