08.08.2011, 12:09
Okay I want to make a timer who is not allowing to scrap something after scraping 10 minutes and save it with dini, that when player logs in again timer runs left time. poor english -_-
This is timer:
This is saving:
But timer is not saving. Whats wrong? I mean timer dont gets to PlayerInfo[playerid]pScrap
This is timer:
pawn Код:
SetTimerEx("scraping",PlayerInfo[playerid][pScrap]*100000,0,"iffffi",playerid,-225.6496,984.9903,19.5899,93.5538,0);
pawn Код:
dini_IntSet(usfile,"Scraptime",PlayerInfo[playerid][pScrap]);