04.04.2012, 13:13
(
Последний раз редактировалось DannySnoopy; 04.04.2012 в 14:06.
)
Hello SA-MP players/coders/mappers and etc!
Presently i have found out how to create a basic PayDay system, and i would like to show it/help to the people
who need it(as i noticed alot of people couldn't do it on their own).
Introduction
The PayDay system does is, Gives a player Random amount of cash
every hour(??:00, for example 10:00, 11:00 and etc).
It gives a paycheck of 50-10k(if you want to lower, just go into the filter script and adjust the
Hope i helped some one! enjoy!
Download:
http://www.2shared.com/file/d1t3XZd8...y_Snoopy_.html
All credits reserved to: Snoopy(ThePandaDK)
Presently i have found out how to create a basic PayDay system, and i would like to show it/help to the people
who need it(as i noticed alot of people couldn't do it on their own).
Introduction
The PayDay system does is, Gives a player Random amount of cash
every hour(??:00, for example 10:00, 11:00 and etc).
It gives a paycheck of 50-10k(if you want to lower, just go into the filter script and adjust the
Код:
new RandomPay = random(500 - 100) + 100; // new RandomPay = random(MAX - MIN) + MIN;
Download:
http://www.2shared.com/file/d1t3XZd8...y_Snoopy_.html
All credits reserved to: Snoopy(ThePandaDK)