Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Recommended Posts

Posted

[glow=red,2,300]Descriere:[/glow]

Daca folosesti acest filterscript pe server-ul tau , jucatorului caruia i se v-a "strica" masina , se v-a repara automat.(masina , nu jucatorul )

[glow=red,2,300]Imagini & Video:[/glow]

Nu este nevoie.

[glow=red,2,300]Download :[/glow]

Link : http://www.solidfiles.com/d/383bd/

Posted

Foarte simplu.

PS:

GameTextForPlayer(playerid, "~w~ E ~g~ X ~r~ P~b~ L~p~O~r~E!",2000,5);
Nu cumva trebuia sa fie
GameTextForPlayer(playerid, "~w~ E ~g~X ~r~P ~b~L ~p~O ~r~D ~g~E!",2000,5);

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Posted

L-am facut eu putin mai aranjat si am scos niste chestii de care nu era nevoie:

#include <a_samp>

forward AutoR();

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" ~Auto Repair~ created by Pazzi");
	print("--------------------------------------\n");

	SetTimer("AutoR", 1000, 1);
	return 1;
}

public AutoR()
{
	for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
	{
		if(IsPlayerConnected(playerid))
		{
			new Float:health;
			if (IsPlayerInAnyVehicle(playerid))
			{
				GetVehicleHealth(GetPlayerVehicleID(playerid), health);
				if (health < 300)
				{
					SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
					GameTextForPlayer(playerid, "~w~ E ~g~ X ~r~ P~b~ L~p~O~r~E!",2000,5);
				}
			}
		}
	}
	return 1;
}

Nimic mai simplu decat un auto-repair. xD

Posted

Ma , Gabura tu esti invidios si mai vb de mine sau de nu stiu cine ...cel care i-a furat server-ul lui NexT.si zice ca este al lui si plus ca l-ai stricat (3/4 din comenzile adaugate de tine nu merg)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.