Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //AutoFix By ARTYOM TRIODIN ////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- #include <a_samp>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" AutoFix FilterScript Loaded SuccesFully ...");
- print("3");
- print("2");
- print("1");
- print("FilterScript By Artyom Triodin");
- print(" ENJOEY ... ");
- print("--------------------------------------\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- #else
- main()
- {
- print("\n----------------------------------");
- print(" Blank Gamemode by your name here");
- print("----------------------------------\n");
- }
- #endif
- public OnPlayerConnect(playerid)
- {
- SendClientMessage(playerid, 0xFFFF00FF, "No /Fix Command This Server Have AutoFix Script :) enjoey ... ");
- return 1;
- }
- public OnGameModeInit()
- {
- SetTimer("AutoFix", 100, true);
- return 1;
- }
- forward AutoFix(playerid);
- public AutoFix(playerid)
- {
- RepairVehicle(GetPlayerVehicleID(playerid));
- return 1;
- }
- //AutoFix By ARTYOM TRIODIN ////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement