26.11.2011, 20:09
Quote:
Hello,
I guess this is 3 hours, I don't know what you enter into MoneyBagDelay, but try: pawn Код:
Looking at the code, %1 is how many hours? |
PHP код:
//Hours, Minutes, Seconds, Milliseconds
#define MoneyBagDelay(%1,%2,%3,%4) (%1*3600000)+(%2*60000)+(%3*1000)+%4