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
What Problem im Getting ???
Avi57
Banned
Posts: 701
Threads: 91
Joined: Mar 2012
#5
20.04.2012, 13:30
Quote:
Originally Posted by
[MG]Dimi
Yes as RollTi said you need to add "
I also noticed one thing:
pawn Код:
if
(
IsPlayerInVehicle
(
playerid,
0
)
)
From message you want to sent to player if this is true you wanted to check is he in any vehicle. Well this won't work. This will check is he in vehicle ID 0. What you need is
pawn Код:
if
(
!
IsPlayerInAnyVehicle
(
playerid
)
)
Still Not working !!!
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
What Problem im Getting ???
- by
Avi57
- 20.04.2012, 13:04
Re: What Problem im Getting ???
- by
RollTi
- 20.04.2012, 13:06
Re: What Problem im Getting ???
- by
Avi57
- 20.04.2012, 13:11
Re: What Problem im Getting ???
- by
[MG]Dimi
- 20.04.2012, 13:12
Re: What Problem im Getting ???
- by
Avi57
- 20.04.2012, 13:30
Re: What Problem im Getting ???
- by
varga
- 20.04.2012, 14:14
Re: What Problem im Getting ???
- by
Avi57
- 20.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: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help