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
Threaded Mode
Confusing :O
MTiFa
Little Clucker
Posts: 26
Threads: 7
Joined: Jul 2011
Reputation:
0
#1
13.02.2014, 11:08
Guys i just wanna know what is the difference between the normal cmd and the zcmd and those types? i think the normal cmd works fine, why using the other?
please help i could learn zcmd if it was better
Find
Reply
Vanter
Huge Clucker
Posts: 391
Threads: 25
Joined: Jul 2013
Reputation:
0
#2
13.02.2014, 11:13
Depending on coding, it's getting easier, and processing commands is faster.
and yes! ZCMD is better.
Find
Reply
Beckett
High-roller
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
#3
13.02.2014, 11:17
This is just a little include that uses OnPlayerCommandText() to process players' commands. Each command has a separate function like in dcmd, but zcmd calls them directly via CallLocalFunction(). Such method is much faster than when you successively compare the text player entered to each command you have in your script (especially if he send a nonexistent cmd, you pass though all then) and its superiority over the old way is proportional to the number of commands. I did a speed test when I've just statrted thinking about this approach, you can find its results here.
Find
Reply
MTiFa
Little Clucker
Posts: 26
Threads: 7
Joined: Jul 2011
Reputation:
0
#4
13.02.2014, 11:42
Thanks all i will learn to use it ASAP
Find
Reply
«
Next Oldest
|
Next Newest
»
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