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
OnPlayerState
Yashas
Gangsta
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
#2
05.09.2015, 06:53
Код:
if((carid <= 407)
You needn't add an if when you are using the logical operators.
Код:
if(cond-1 && cond-2 && cond-3... && cond-n)
You must not add a ; after if statements.
Код:
if(cond) //No ; { }
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
OnPlayerState
- by
Harith
- 05.09.2015, 06:40
Re: OnPlayerState
- by
Yashas
- 05.09.2015, 06:53
Re: OnPlayerState
- by
Harith
- 05.09.2015, 08:19
Re: OnPlayerState
- by
Fancy
- 05.09.2015, 08:36
Re: OnPlayerState
- by
Harith
- 05.09.2015, 17:07
Re: OnPlayerState
- by
Logofero
- 05.09.2015, 17:12
Re: OnPlayerState
- by
IceBilizard
- 05.09.2015, 17:13
Re: OnPlayerState
- by
Logofero
- 05.09.2015, 17:14
Re: OnPlayerState
- by
Harith
- 05.09.2015, 17:18
Re: OnPlayerState
- by
IceBilizard
- 05.09.2015, 17:18
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