16.08.2016, 15:37
you didnt get me
this is the amount the player can collect
this is an X amount for example 30000
this is time that player has to wait to collect it all
now what i want is to set a player amount that is collecting during this time
The player has to collect 30000$ for 3 minutes lets say
player can collect X amount per second so it will fill up 30000$ at the end of time
this is the amount the player can collect
Код:
new collectamount= dini_Int(tmpf, "cancollect") / 5;
this is time that player has to wait to collect it all
Код:
robtimer= dini_Int(tmpf, "cancollect") / 3000;
The player has to collect 30000$ for 3 minutes lets say
player can collect X amount per second so it will fill up 30000$ at the end of time