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
Linear Mode
How to remove These errors from my 1 cmd?? (rep+)
Twisted_Insane
Gangsta
Posts: 975
Threads: 78
Joined: Feb 2012
Reputation:
0
#6
15.04.2012, 11:35
pawn Код:
SetTimer
(
"5 seconds for the bomb to drop"
,
5000
, false
)
;
^ That should be, for example, :
pawn Код:
SetTimer
(
"5SecondsToDrop"
,
5000
, false
)
;
You can't use blank spaces, since your timer will become a callback!
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
How to remove These errors from my 1 cmd?? (rep+)
- by
iOmar
- 15.04.2012, 10:40
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
DR3AD
- 15.04.2012, 10:49
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
Hiddos
- 15.04.2012, 10:49
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
Faisal_khan
- 15.04.2012, 10:50
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
DR3AD
- 15.04.2012, 10:55
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
Twisted_Insane
- 15.04.2012, 11:35
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
iOmar
- 15.04.2012, 14:10
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
Cjgogo
- 15.04.2012, 14:16
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
fordawinzz
- 15.04.2012, 14:18
Re: How to remove These errors from my 1 cmd?? (rep+)
- by
Cjgogo
- 15.04.2012, 14:20
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: 4 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help