01.04.2012, 16:00
you can try this
im not sure if the timers will work like this but if it does it makes it easy
EDIT:after looking below I made a change
im not sure if the timers will work like this but if it does it makes it easy
pawn Code:
CMD:smokeweed(playerid, params[])
{
if(playerVariables[playerid][pWeed] > 1)
{
SetPlayerWeather(playerid, 100);
SetTimerEx("SetPlayerWeather", 5000, false, "ii", playerid, 0);
}
}