[FilterScript] Maths Minigame
#1

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 - SendSpace
Download - PasteBin


If you find any bugs, please report on

tomo.radanovic@live.com
Reply


Messages In This Thread
Maths Minigame - by Tommy420 - 17.12.2010, 14:42
Re: Maths Minigame - by nielsbon1 - 17.12.2010, 15:13
Re: Maths Minigame - by aTTi22 - 17.12.2010, 15:14
Re: Maths Minigame - by Noss* - 17.12.2010, 20:18
Re: Maths Minigame - by knackworst - 17.12.2010, 21:13
Re: Maths Minigame - by Lorenc_ - 17.12.2010, 22:45
Re: Maths Minigame - by Tommy420 - 18.12.2010, 16:04
Re: Maths Minigame - by HyperZ - 01.01.2011, 13:57
Re: Maths Minigame - by [M.A]Angel[M.A] - 01.01.2011, 19:13
Re: Maths Minigame - by Toreno - 01.01.2011, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)