SA-MP Forums Archive
[FilterScript] Math System [No Command Require] - 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] Math System [No Command Require] (/showthread.php?tid=420022)



Math System [No Command Require] - JaKe Elite - 03.03.2013

Math System

I've seen so many math system. But most of them needed commands in order to answer.
(Sometimes most of them are copy).

The Prize of Money and Score (Reward) is defined.
And the time is defined too!.

Description

The math system is very simple. I made it because i'm bored.
And i also discover that most of math system require command to answer.

pawn Код:
#define PRIZE 3000
#define PRIZESCORE 5
#define TIME 1
Example of defines.

And examples how the system run the math

pawn Код:
SetTimer("Math", 1000*60*TIME, true);
1000 will be divided to 60.
Then the result of 1000 divided by 60 will be divided to the TIME.
Then the result of the answer (quotient) will be the Math's milesecond.

for example 1000*60*1 = 1 minutes.

That is based on my experience. If i explained wrong then sorry.

The script has no bugs. If you've found one please report it (post it right here).

DL

Pastebin
Solidfiles


Re: Math System [No Command Require] - DarkB0y - 03.03.2013

First one ! NICE WORK ! gonna use this ! ty ! +rep


Re: Math System [No Command Require] - Deathlane - 03.03.2013

Thanks for sharing


Re: Math System [No Command Require] - JaKe Elite - 04.03.2013

Ty.
4char


Re: Math System [No Command Require] - ProPoint - 04.03.2013

Good Job Romel !
Thank's for sharing with us, i'll use it.


Re: Math System [No Command Require] - JaKe Elite - 05.03.2013

No Problem.


Re: Math System [No Command Require] - ExpertSahil - 05.03.2013

Good work!


Re: Math System [No Command Require] - iFear - 05.03.2013

Simple & Cool FS.
1+ Rep.


Re: Math System [No Command Require] - Gamer_007 - 05.03.2013

Finally! Repped


Re: Math System [No Command Require] - Rube - 05.03.2013

Good work.