15.10.2013, 01:37
pawn Код:
SetTimer("ShopRobAgain", 360000, 0);
The * symbol means 'x' within mathematics - by 'x' I mean times. So 5*5 would be 25, as its the same as 5x5.
"SetTimer" works within milliseconds, so 1000 milliseconds = 1 second, then * it by 60 = 60 seconds (1 minute), * 6 = 6 minutes (360000 milliseconds).
Edit: he beat me to it. Anyway, enjoy the little explenation.