Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This is a comment
- // uncomment the line below if you want to write a filterscript
- //#define FILTERSCRIPT
- /*
- ********************************************************************************
- Money Bag Event - Version 1.0
- Author - DeathGuise / AaronFarley
- Thanks To Jimmy0wnz, BroZeus and AceFlyer For Testing
- The Script And Fixing Bugs
- Please Do Not Remove The Credits Or
- Redistrubate.
- Required Includes And Plugins
- ------------------------------
- ZCMD - ZEEK (Fast and Great Command Processor)
- Streamer - Incognito
- ForEach - Y_Less A.K.A. ColeMiner
- ********************************************************************************
- */
- #include <a_samp>
- #include <zcmd>
- #include <streamer>
- #include <foreach>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("******************************************************************************** ");
- print(" Money Bag Event - Version 1.0 Loaded ");
- print(" Author - DeathGuise / AaronFarley ");
- print(" ");
- print(" Thanks To Jimmy0wnz, BroZeus and AceFlyer For Testing" ");
- print(" The Script And Fixing Bugs ");
- print(" ");
- print(" Please Do Not Remove The Credits Or ");
- print(" Redistrubate. ");
- print("******************************************************************************** ");
- iseventstarted = false;
- return 1;
- }
- public OnFilterScriptExit()
- {
- print("****************************************************************************** ");
- print(" Money Bag Event - Version 1.0 UnLoaded ");
- print(" Author - DeathGuise / AaronFarley ");
- print(" ");
- print(" Thanks To Jimmy0wnz and AceFlyer For Testing" ");
- print(" The Script And Fixing Bugs ");
- print(" ");
- print(" Please Do Not Remove The Credits Or ");
- print(" Redistrubate. ");
- print("******************************************************************************** ");
- return 1;
- }
- #else
- main()
- {
- print("\n----------------------------------");
- print(" Blank Gamemode by your name here");
- print("----------------------------------\n");
- }
- #endif
- new MoneyPickup,m;
- new MoneyBagPay;
- new town[128];
- new location[128];
- new nearest[128];
- new nearestplayer,nearplayername[128];
- new Float:distance;
- new Float:x, Float:y, Float:z,Float:clos=20000.0;
- new timer_mb_4;
- new timer_mb_2;
- new timer_mb_3;
- new timer_mb_1;
- new near_timer;
- new bool:iseventstarted = false;
- enum MoneyBagEnum
- {
- Float:X,
- Float:Y,
- Float:Z,
- Pay,
- area[128],
- loc[128]
- }
- /*
- INSTRUCTIONS - How To Add More Locations
- To add more moneybag locations to the script, you first need to load SAMP and use the
- Samp command "/Save [name]" This will save your current Co-ords into a text file called
- SavedPositions.Txt.
- Copy the X Y Z Cords and paste them into the first 3 sections. After that add the contents value.
- Then the two clues which is Region and Area
- To make it easier I have added some already done for you.
- Enjoy :D
- */
- new MBagLocations[][MoneyBagEnum] =
- {
- // {X CO-ORD,Y CO-ORD,Z CO-ORD,MONEY,"REGION SUCH AS SF/LS/LV","AREA SUCH AS DOHERTY/DOWNTOWN/WILLOWFIELD"},
- {-2432.5957,-1620.1436,526.8685,21032,"San Fierro","Mt Chilliad"},
- {-2528.2793,-1025.5176,102.1070,18076,"San Fierro","Mt Chilliad"},
- {-2172.0171,-1843.8499,214.7547,19056,"San Fierro","Mt Chilliad"},
- {-2432.5957,-1620.1436,526.8685,21032,"San Fierro","Mt Chilliad"},
- {-2528.2793,-1025.5176,102.1070,18076,"San Fierro","Mt Chilliad"},
- {-8.2656,-266.3369,11.9437,16921,"San Fierro","Blueberry"},
- {-2120.4558,-1300.9391,77.9728,22053,"San Fierro","Whetstone"},
- {-1956.4731,764.5522,55.7254,13998,"San Fierro","Downtown"},
- {-1963.7705,487.2920,31.9687,16098,"San Fierro","Downtown"},
- {-2542.7930,-353.2107,37.0313,15666,"San Fierro","Avispa Country Club"},
- {-1509.4563,1370.2919,3.0108,18223,"San Fierro","Esplande East"},
- {-2189.1086,-269.0943,40.7195,24012,"San Fierro","Doherty"},
- {-1933.9781,211.7276,25.3226,16908,"San Fierro","Doherty"},
- {-2576.5107,1187.6368,41.8775,21087,"San Fierro","Paradiso"},
- {2667.6277,2307.3535,24.0614,29872,"San Fierro","Bayside"},
- {-1074.6843,-1234.5952,129.2188,25112,"San Fierro","The Farm"},
- {-2807.5503,1162.7417,20.3125,19729,"San Fierro","Palisades"},
- {-2268.7791,2664.1946,73.5156,14309,"San Fierro","Tierra Robada"},
- {-1205.4790,-2349.8513,2.0340,39112,"Los Santos","Red County"},
- {-743.1037,-1933.7535,7.9191,14098,"Los Santos","Back-O-Beyond"},
- {471.4406,-269.6804,7.3002,41022,"Los Santos","Red County"},
- {1271.9558,295.4855,20.6563,21011,"Los Santos","Montgomery"},
- {2189.4036,-697.5020,56.4319,39012,"Los Santos","Red County"},
- {2372.1699,-2135.6299,27.1750,28765,"Los Santos","Ocean Docks"},
- {2274.2246,-2563.0544,19.9043,29052,"Los Santos","Ocean Docks"},
- {1926.8618,-2692.0869,19.3672,11098,"Los Santos","Los Santos International"},
- {1024.0765,-313.3355,73.9931,22098,"Los Santos","Hilltop Farm"},
- {1629.1864,7.0049,9.2344,26543,"Los Santos","Red County"},
- {2146.2021,94.8287,27.1627,17609,"Los Santos","Palomino Creek"},
- {2634.9646,263.1964,54.3462,15489,"Los Santos","Hankypanky Point"},
- {2581.4714,-1473.8392,24.0000,13062,"Los Santos","East Los Santos"},
- {2438.9673,-1901.5713,13.5534,17822,"Los Santos","Willowfield"},
- {2476.8198,-1972.9170,16.6281,15809,"Los Santos","Willowfield"},
- {2545.9392,-2248.8154,13.5469,23091,"Los Santos","Ocean Docks"},
- {836.7835,-1856.7886,8.3893,8092,"Los Santos","Verona Beach"},
- {664.9876,-1380.3512,21.8417,19872,"Los Santos","Vinewood"},
- {588.3129,-1555.4790,15.6424,20112,"Los Santos","Rodeo"},
- {459.0752,-1276.6705,15.4114,19221,"Los Santos","Richman"},
- {770.7070,-1084.6780,24.0859,22041,"Los Santos","Richman"},
- {1435.1244,-1093.3391,17.5879,16822,"Los Santos","Downtown"},
- {2792.7664,698.0993,9.8893,23659,"Las Venturas","Rockshore East"},
- {2892.5449,948.4681,10.6730,39621,"Las Venturas","Linden Side"},
- {2345.3472,1293.8081,67.4688,27001,"Las Venturas","The Camels Toe"},
- {2243.4036,1131.7672,10.8203,26822,"Las Venturas","Come-A-Lot"},
- {-781.4629,2147.3931,60.3828,28711,"Las Venturas","Sherman Dam"},
- {-86.8024,2642.1128,58.6177,36081,"Las Venturas","Bone County"},
- {384.6790,2435.0015,16.5000,22901,"Las Venturas","Verdant Meadows"},
- {826.2070,2665.7825,28.9297,40921,"Las Venturas","Bone County"},
- {1047.2354,2921.5979,48.3125,50982,"Las Venturas","Las Venturas"},
- {1400.8108,2767.2092,10.8203,51091,"Las Venturas","Las Venturas"},
- {2465.7429,2226.0747,10.8203,25002,"Las Venturas","Roca Escalante"},
- {2479.1763,1921.0494,10.4679,24069,"Las Venturas","Starfish Casino"},
- {1765.3286,592.7733,13.0000,18092,"Las Venturas","Red County"},
- {586.6403,392.7565,15.8715,1922,"Las Venturas","Fallow Bridge"},
- {1407.5444,2142.0837,12.0156,19112,"Las Venturas","Redsands West"},
- {2626.3064,2417.3677,10.8132,10921,"Las Venturas","Julius Thruway East"},
- {2879.5156,1595.7340,10.8203,11092,"Las Venturas","Sobell Rail Yards"},
- {2819.0471,1670.2314,10.8203,11021,"Las Venturas","Sobell Rail Yards"}
- };
- forward moneybag1();
- forward moneybag2();
- forward moneybag3();
- forward moneybag4();
- forward findnear();
- public OnPlayerRequestClass(playerid, classid)
- {
- SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
- SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
- SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
- return 1;
- }
- public OnPlayerConnect(playerid)
- {
- return 1;
- }
- public OnPlayerDisconnect(playerid, reason)
- {
- return 1;
- }
- public OnPlayerSpawn(playerid)
- {
- return 1;
- }
- public OnPlayerDeath(playerid, killerid, reason)
- {
- return 1;
- }
- public OnVehicleSpawn(vehicleid)
- {
- return 1;
- }
- public OnVehicleDeath(vehicleid, killerid)
- {
- return 1;
- }
- public OnPlayerText(playerid, text[])
- {
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if (strcmp("/mycommand", cmdtext, true, 10) == 0)
- {
- // Do something here
- return 1;
- }
- return 0;
- }
- public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
- {
- return 1;
- }
- public OnPlayerExitVehicle(playerid, vehicleid)
- {
- return 1;
- }
- public OnPlayerStateChange(playerid, newstate, oldstate)
- {
- return 1;
- }
- public OnPlayerEnterCheckpoint(playerid)
- {
- return 1;
- }
- public OnPlayerLeaveCheckpoint(playerid)
- {
- return 1;
- }
- public OnPlayerEnterRaceCheckpoint(playerid)
- {
- return 1;
- }
- public OnPlayerLeaveRaceCheckpoint(playerid)
- {
- return 1;
- }
- public OnRconCommand(cmd[])
- {
- return 1;
- }
- public OnPlayerRequestSpawn(playerid)
- {
- return 1;
- }
- public OnObjectMoved(objectid)
- {
- return 1;
- }
- public OnPlayerObjectMoved(playerid, objectid)
- {
- return 1;
- }
- public OnPlayerPickUpPickup(playerid, pickupid)
- {
- return 1;
- }
- public OnVehicleMod(playerid, vehicleid, componentid)
- {
- return 1;
- }
- public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
- {
- return 1;
- }
- public OnVehicleRespray(playerid, vehicleid, color1, color2)
- {
- return 1;
- }
- public OnPlayerSelectedMenuRow(playerid, row)
- {
- return 1;
- }
- public OnPlayerExitedMenu(playerid)
- {
- return 1;
- }
- public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
- {
- return 1;
- }
- public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
- {
- return 1;
- }
- public OnRconLoginAttempt(ip[], password[], success)
- {
- return 1;
- }
- public OnPlayerUpdate(playerid)
- {
- return 1;
- }
- public OnPlayerStreamIn(playerid, forplayerid)
- {
- return 1;
- }
- public OnPlayerStreamOut(playerid, forplayerid)
- {
- return 1;
- }
- public OnVehicleStreamIn(vehicleid, forplayerid)
- {
- return 1;
- }
- public OnVehicleStreamOut(vehicleid, forplayerid)
- {
- return 1;
- }
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- return 1;
- }
- public OnPlayerClickPlayer(playerid, clickedplayerid, source)
- {
- return 1;
- }
- public OnPlayerPickUpDynamicPickup(playerid, pickupid)
- {
- if(pickupid == MoneyPickup)
- {
- new str[128];
- new str2[128];
- new Name[MAX_PLAYER_NAME];
- GetPlayerName(playerid, Name, sizeof(Name));
- format(str,sizeof(str),"%s(%d)has found the Moneybag And Recieved %i!",Name,playerid,MoneyBagPay);
- SendClientMessageToAll(0xffccffaa,str);
- format(str2,sizeof(str2),"You Found ~n~The MoneyBag ~n~And Got ~g~$%i",MoneyBagPay);
- GivePlayerMoney(playerid,MoneyBagPay);
- GameTextForPlayer(playerid,str2,3000,4);
- DestroyDynamicPickup(MoneyPickup);//used to remove pickup
- KillTimer(timer_mb_1);
- KillTimer(timer_mb_2);
- KillTimer(timer_mb_3);
- KillTimer(timer_mb_4);
- KillTimer(near_timer);
- return 1;
- }
- else
- {
- printf("Unknown Pickup Detected. Please Check Your Code");
- return 1;
- }
- }
- public moneybag1()
- {
- SendClientMessageToAll(0xffccffaa,town);
- timer_mb_2=SetTimer("moneybag2", 60*3000, false);
- }
- public moneybag2()
- {
- SendClientMessageToAll(0xffccffaa,location);
- timer_mb_3=SetTimer("moneybag3", 60*3000, false);
- }
- public moneybag3()
- { foreach(m:Player)
- {distance=GetPlayerDistanceFromPoint(m,x,y,z);
- if(distance < clos)
- {
- GetPlayerName(m,nearplayername,128);
- clos=distance;
- nearestplayer=m;
- }}
- format(nearest,128,"%s(%i) is currently located nearest to the hidden money bag.",nearplayername,nearestplayer);
- SendClientMessageToAll(0xffccffaa,nearest);
- timer_mb_4=SetTimer("moneybag4", 60*3000, false);
- near_timer=SetTimer("findnear",5,true);//change the value here for updating closest player time
- }
- public findnear()
- {foreach(m:Player)
- {distance=GetPlayerDistanceFromPoint(m,x,y,z);
- if(distance < clos)
- {
- GetPlayerName(m,nearplayername,128);
- clos=distance;
- nearestplayer=m;
- }}
- format(nearest,128,"%s(%i) is currently located nearest to the hidden money bag.",nearplayername,nearestplayer);
- }
- public moneybag4()
- {
- SendClientMessageToAll(0xffccffaa,"Nobody Collected The MoneyBag. It Has Been Eaten By A Deer");
- DestroyDynamicPickup(MoneyPickup);//used to remove pickup
- iseventstarted = false;
- KillTimer(near_timer);
- return 1;
- }
- /* You Will Need To Edit This Command To Work With Your Admin Script */
- CMD:moneybag(playerid,params[])
- {
- //I dont know your admin script so Edit this to allow your admin(s) to use the command
- //if(PlayerInfo[playerid][Admin] >= 1)
- //{
- if(iseventstarted == true)SendClientMessage(playerid,0xff0000ff,"The MoneyBag Event Has Already Started");
- else
- {
- DestroyDynamicPickup(MoneyPickup); //used to remove last pickup used
- new Rand = random(sizeof(MBagLocations));
- x = MBagLocations[Rand][X];
- y = MBagLocations[Rand][Y];
- z = MBagLocations[Rand][Z];
- MoneyBagPay = MBagLocations[Rand][Pay];
- MoneyPickup = CreateDynamicPickup(1550, 2,x,y,z, -1, -1, -1, 1000.0);
- SendClientMessageToAll(0xffccffaa,"The Money Bag Event Has Started.");
- format(town,128, "The Money Bag Is Nearest To %s",MBagLocations[Rand][area]);
- format(location, 128, "The Money Bag Is In %s",MBagLocations[Rand][loc]);
- timer_mb_1=SetTimer("moneybag1", 60*3000, false);
- iseventstarted = true;
- }
- // }
- return 1;
- }
- // Debug / Admin Command. By Default It Will Not Be Accesible To None RCON Admins
- /*
- CMD:clue(playerid,params[])
- {
- SendClientMessage(playerid,0xffccffaa,town);
- SendClientMessage(playerid,0xffccffaa,location);
- return 1;
- }
- */
- /*
- ********************************************************************************
- Money Bag Event - Version 1.0
- Author - DeathGuise / AaronFarley
- Thanks To Jimmy0wnz, BroZeus and AceFlyer For Testing
- The Script And Fixing Bugs
- Please Do Not Remove The Credits Or
- Redistrubate.
- Required Includes
- -----------------
- ZCMD - ZEEK (Fast and Great Command Processor)
- Streamer - Incognito
- ForEach - Y_Less AKA ColeMiner
- ********************************************************************************
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement