19.08.2012, 06:41
hey guys. im a little noob in using settimer idk why i made a fucking simple drug command but idk how to set a timer for it...could somebody help?
P.S.i searched but i didnt find any good result...
Код:
COMMAND:acid(playerid, params[]) { SetPlayerWeather(playerid,90); SetTimer("NormalWeather",40000,false); SetPlayerDrunkLevel(playerid, 3000); SetPlayerTime(playerid, 7, 00); SendClientMessage(playerid,0x43EE11FF,"You are on the effects of ACID drug now! Drink /coffee to stop hallucinating!"); return 1; }