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
Linear Mode
Two annoying errors!!
jamesbond007
Gangsta
Posts: 791
Threads: 65
Joined: Oct 2009
Reputation:
0
#4
16.06.2010, 04:39
Quote:
Originally Posted by
Johndaone
pawn Код:
#define PRESSED(%0) \
(
(
(
newkeys
&
(
%
0
)
)
==
(
%
0
)
)
&&
(
(
oldkeys
&
(
%
0
)
)
!=
(
%
0
)
)
)
That might fix one of them, and you didnt give us the line number of the number 2 warning.
yes he did, its this line: else if (newkeys == PRESSED(KEY_HORN)
i guess it should be else if(PRESSED(KEYHORN)
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Two annoying errors!!
- by
KanJi_Lee
- 16.06.2010, 01:26
Re: Two annoying errors!!
- by
Johndaone
- 16.06.2010, 02:32
Re: Two annoying errors!!
- by TheInnocentOne - 16.06.2010, 04:37
Re: Two annoying errors!!
- by
jamesbond007
- 16.06.2010, 04:39
Re: Two annoying errors!!
- by TheInnocentOne - 16.06.2010, 04:47
Re: Two annoying errors!!
- by
KanJi_Lee
- 16.06.2010, 09:05
Re: Two annoying errors!!
- by
DJDhan
- 16.06.2010, 09:31
Re: Two annoying errors!!
- by
KanJi_Lee
- 16.06.2010, 09:56
Re: Two annoying errors!!
- by
DJDhan
- 16.06.2010, 11:20
Re: Two annoying errors!!
- by
KanJi_Lee
- 16.06.2010, 11:35
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: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive