Little help with vehicles... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Little help with vehicles... (
/showthread.php?tid=462779)
Little help with vehicles... -
tuuler - 08.09.2013
ALREADY FIXED !
Re: Little help with vehicles... -
Konstantinos - 08.09.2013
One suggestion. Use ZCMD with sscanf.
You use dcmd, strcmp and strtok. They're slow, outdated. Plus, your commands can be improved.
If you want to give a try, I'll be glad to convert them and explain you. There're many tutorials as well.
Re: Little help with vehicles... -
tuuler - 08.09.2013
Quote:
Originally Posted by Konstantinos
One suggestion. Use ZCMD with sscanf.
You use dcmd, strcmp and strtok. They're slow, outdated. Plus, your commands can be improved.
If you want to give a try, I'll be glad to convert them and explain you. There're many tutorials as well.
|
Soo, the problem is that they're slow ??
I dont want to uze ZCMD.....
Re: Little help with vehicles... -
Konstantinos - 08.09.2013
Quote:
Originally Posted by tuuler
Soo, the problem is that they're slow ??
I dont want to uze ZCMD.....
|
No, that was a suggestion. The problem might be that strcmp and dcmd get mixed (not sure 100 percent).
Re: Little help with vehicles... -
tuuler - 08.09.2013
Hmm, anybody can tell me what is the real problem here ?
100%