When they smoke?
#2

you can try this

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);
    }
}
EDIT:after looking below I made a change
Reply


Messages In This Thread
When they smoke? - by BleverCastard - 01.04.2012, 15:55
Re: When they smoke? - by Jonny5 - 01.04.2012, 16:00
Re: When they smoke? - by Catalyst- - 01.04.2012, 16:11

Forum Jump:


Users browsing this thread: 2 Guest(s)