28.12.2015, 12:37
Quote:
timer CoinHour[300000](playerid) { SendClientMessage(playerid, COLOR_GREEN, "LUCKY DRAW: You've got 1 Coins that can be used in /luckydraw"); DataPlayer[playerid][pcoin] += 1; new INI:File = INI_Open(LDPath(playerid)); INI_SetTag(File,"DataPlayer"); INI_WriteInt(File,"Coins",DataPlayer[playerid][pcoin]); INI_Close(File); } |