help with timer rep++ - 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: help with timer rep++ (
/showthread.php?tid=575201)
help with timer rep++ -
Mijata - 24.05.2015
//////
Re: help with timer rep++ -
kalanerik99 - 24.05.2015
Show your timer "StealAgain"
Re: help with timer rep++ -
Mijata - 24.05.2015
only
Quote:
SetTimer("StealAgain",1200000,false);
|
Re: help with timer rep++ -
kalanerik99 - 24.05.2015
Oh you should make it like that
Код:
forward StealAgain();
public StealAgain()
{
Jetpack = Create(Dynamic)Pickup(JETPACK_ID, PICKUP_TYPE, X, Y, Z, VIRUAL_WORLD_ID);
return 1;
}
JETPACK_ID = 370 or
https://sampwiki.blast.hk/wiki/Pickup_IDs
PICKUP_TYPE =
https://sampwiki.blast.hk/wiki/PickupTypes
Re: help with timer rep++ -
Mijata - 24.05.2015
now i can't see jetpack
Re: help with timer rep++ -
kalanerik99 - 24.05.2015
Show me your CREATEPICKUP......
Re: help with timer rep++ -
Mijata - 24.05.2015
Quote:
Jetpack = CreatePickup(370,1,268.7132,1883.5077,-30.0938,-1);
|
this
Re: help with timer rep++ -
Mijata - 24.05.2015
bump
Re: help with timer rep++ -
Mijata - 24.05.2015
bump - help please
Re: help with timer rep++ -
Abagail - 24.05.2015
Do you even have a "StealAgain" function?