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
"Complicated" Server: Unknown command error.
2KY
Gangsta
Posts: 949
Threads: 153
Joined: Jan 2012
Reputation:
0
#8
18.02.2012, 18:08
Quote:
Originally Posted by
FireCat
pawn Code:
if
(
vehInfo
[
v
]
[
Owner
]
==
p_Name
[
playerid
]
)
WTF?!?!?!
Try this:
pawn Code:
if
(
!
strcmp
(
vehInfo
[
v
]
[
Owner
]
,p_Name
[
playerid
]
)
)
That code automatically yields the "Server: Unknown command".
The bit of code you said "WTF?!?!?!" to, it works; Other than this problem, it works flawlessly.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
"Complicated" Server: Unknown command error.
- by
2KY
- 18.02.2012, 00:53
Re: "Complicated" Server: Unknown command error.
- by
Scenario
- 18.02.2012, 01:58
Re: "Complicated" Server: Unknown command error.
- by
2KY
- 18.02.2012, 02:36
Re: "Complicated" Server: Unknown command error.
- by
Scenario
- 18.02.2012, 16:24
Re: "Complicated" Server: Unknown command error.
- by
JhnzRep
- 18.02.2012, 16:29
Re: "Complicated" Server: Unknown command error.
- by
2KY
- 18.02.2012, 17:36
Re: "Complicated" Server: Unknown command error.
- by
FireCat
- 18.02.2012, 17:56
Re: "Complicated" Server: Unknown command error.
- by
2KY
- 18.02.2012, 18:08
Re: "Complicated" Server: Unknown command error.
- by
2KY
- 20.02.2012, 17:22
Re: "Complicated" Server: Unknown command error.
- by
Guitar
- 20.02.2012, 17:22
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