SA-MP Forums Archive
Weed System "Timer" Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Weed System "Timer" Help (/showthread.php?tid=572807)



Weed System "Timer" Help - Toxik - 02.05.2015

Hey Guys i need really Fucking Help
This is like a Timer for weed Growing
i wanna some of you help me to make the Weed bush object
growe up Like .. 1 Sec his z position going for .1 Up
Thanks in advance
pawn Код:
public PlantWeedTimer(playerid)
{
        Update3DTextLabelText(WeedInfo[playerid][wLabel],COLOR_GREEN,"PLANT STATUS: Ready to be picked. Use /weed pick");
        WeedInfo[playerid][wAbleToPick] = true;
}



Re: Weed System "Timer" Help - arlindi - 02.05.2015

First off alll STOP SPAM WITH POSTING


Soo you where want to create the object?


Re: Weed System "Timer" Help - JaydenJason - 02.05.2015

SetTimerEx("WeedHeight", 60000, true, "i", playerid);

Everything else is up to you because you didn't provide enough code.
If you wish for us to help you, provide your weed planting code


Re: Weed System "Timer" Help - Nenzittow - 02.05.2015

Maybe this will help you:

https://sampforum.blast.hk/showthread.php?tid=508507
https://sampforum.blast.hk/showthread.php?tid=492332