SA-MP Forums Archive
MiniMissions - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MiniMissions (/showthread.php?tid=165522)



MiniMissions - Desertsoulz - 05.08.2010

I am looking for some sort of Mini Mission script that works to study off of and use to make more and more mini mission scripts for my server, does anyone have a good example of one?

Example...
When a player enters a car and hits 2, (the minimission starter for single player), it starts a series of checkpoints, and each time a player enters the checkpoint it will give him a small cash ammount, but it will be a little different from single player, after like 10 checkpoints the player goes back to headquarters and enters the very last checkpoint and gets a 100$ bonus + everything he earned.



Re: MiniMissions - V1ceC1ty - 05.08.2010

It's not hard to make but use the search and you might find something similar to what you're looking for.
http://forum.sa-mp.com/search.php


Re: MiniMissions - Desertsoulz - 06.08.2010

I did, but it doesn't work, and I know why... Do you know if a filterscript can change something modified by GameMode and the GameMode co-operates?
If so can you contact me? I really need help understanding things.


My problem right now: The GameMode I downloaded uses some type of currency that modifies the client-side currency to the server-side currency that is listed in the data it appears, so if someone were to go in-game with a money hack and modify their money, it wouldn't work... bad part about it is GivePlayerMoney(playerid, <The Amount>) is not working for filterscripts I added to improve gameplay... And I don't know how to work around it.
(I believe its called Dini, the include storing this server-side money.)


P.S. I'm new to this scripting thing, and I have no clue what I'm doing, just observing. So what I said above is based off assumptions. Sorry if I said it wrong.



Re: MiniMissions - Desertsoulz - 06.08.2010

Nobody knows?


Re: MiniMissions - jonrb - 06.08.2010

I doubt dini is the problem, but do you have an anticheat like JB ?


Re: MiniMissions - Desertsoulz - 06.08.2010

Nope.
Pretty sure it is Dini, because all my filterscripts that has some type of currency property in them doesn't work. Is there a way to make a filterscript modify a .ini file? Cause thats the MAIN problem. Pretty sure of it... the gamemode never uses GivePlayerMoney so I KNOW somethings up with that function



Re: MiniMissions - Desertsoulz - 06.08.2010

Come on, any clue would be help, this is halting my progress.