[FilterScript] Maths Minigame - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Maths Minigame (
/showthread.php?tid=200110)
Maths Minigame -
Tommy420 - 17.12.2010
Maths Minigame Filterscript
Hey everyone, this is my first script, and first post on forums at all ^^
This short script allows you to answer maths tasks ingame for money.
New game is loaded after defined number of seconds. (Default is 60)
Tasks are in format:
Code:
new msg[128];
format(msg,sizeof(msg),"Solve for %i$ --> %i + %i - %i + %i = ?",E_CASH,E_NUM1,E_NUM2,E_NUM3,E_NUM4);
SendClientMessageToAll(COLOR_YELLOW,msg);
print(msg);
Every number is randomly choosen by script (between the numbers of your choice).
It's great for freeroam or minigame servers.
Download - SendSpaceDownload - PasteBin
If you find any bugs, please report on
tomo.radanovic@live.com
Re: Maths Minigame -
nielsbon1 - 17.12.2010
Hmmm screenshots?
Re: Maths Minigame -
aTTi22 - 17.12.2010
add screen

guy
Re: Maths Minigame -
Noss* - 17.12.2010
I was looking for one of these.Downloading and testing now,Thanks.
Re: Maths Minigame -
knackworst - 17.12.2010
nice but this questions are way to easy...
don't only use + and -...
Re: Maths Minigame -
Lorenc_ - 17.12.2010
Nice release my bro, Just regged on the forum right? Welcome, keep em comin!
Re: Maths Minigame -
Tommy420 - 18.12.2010
Quote:
Originally Posted by knackworst
nice but this questions are way to easy...
don't only use + and -...
|
Yes, I've been thinking about making easy and hard mode.
Quote:
Originally Posted by Lorenc_
Nice release my bro, Just regged on the forum right? Welcome, keep em comin!
|
Thanks m8. Don't worry. Next release will be Race script :P
Re: Maths Minigame -
HyperZ - 01.01.2011
Nice job.
Re: Maths Minigame -
[M.A]Angel[M.A] - 01.01.2011
Good job

but did u add SetTimer? cuz it's like bug

x)
Re: Maths Minigame -
Toreno - 01.01.2011
Good job, any pictures?