Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Threaded Mode
Timer DestroyObject
YossiBz
Big Clucker
Posts: 58
Threads: 19
Joined: Feb 2008
Reputation:
0
#1
25.01.2010, 04:52
how i do timer for destroyobject?
i have 6 object and i want them gone
but on random
Find
Reply
FlatMaN
Banned
Posts: 45
Threads: 3
Joined: Jun 2009
#2
25.01.2010, 05:11
LoL
Find
Reply
YossiBz
Big Clucker
Posts: 58
Threads: 19
Joined: Feb 2008
Reputation:
0
#3
25.01.2010, 08:40
its not random
Find
Reply
YossiBz
Big Clucker
Posts: 58
Threads: 19
Joined: Feb 2008
Reputation:
0
#4
25.01.2010, 13:53
please help
Find
Reply
Celson
Huge Clucker
Posts: 216
Threads: 60
Joined: Oct 2008
Reputation:
0
#5
25.01.2010, 15:06
If you want something to be random, then use the random() function.
Here is a small example of using a random
pawn Код:
if
(
random
(
2
)
==
1
)
{
print
(
"Hey hey"
)
;
}
You can figure out the rest.
Find
Reply
YossiBz
Big Clucker
Posts: 58
Threads: 19
Joined: Feb 2008
Reputation:
0
#6
26.01.2010, 10:38
how i do it?
Find
Reply
YossiBz
Big Clucker
Posts: 58
Threads: 19
Joined: Feb 2008
Reputation:
0
#7
30.01.2010, 05:58
help!!
Find
Reply
xomka
Big Clucker
Posts: 123
Threads: 5
Joined: Mar 2008
Reputation:
0
#8
30.01.2010, 06:04
do you want random object to be gone or ALL 6 objects disappear randomly?
Find
Reply
YossiBz
Big Clucker
Posts: 58
Threads: 19
Joined: Feb 2008
Reputation:
0
#9
01.02.2010, 14:40
ALL 6 objects disappear randomly please
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 2 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive