18.03.2016, 20:15
Well I'll recommend you to use ZCMD. First you have to download it here:https://sampforum.blast.hk/showthread.php?tid=91354
Then put it in your include folder!
After that go in your gamemode and on start put #include <zcmd>
When you're finished put your commands on the end of gamemode after everything
Here is example:
If you need anything else just post and I'll answer.
And yea don't use strcmp it's really old and slow.Use ZCMD like everyone else. ZCMD is the fastest command proccesor around here
Then put it in your include folder!
After that go in your gamemode and on start put #include <zcmd>
When you're finished put your commands on the end of gamemode after everything
Here is example:
Код:
CMD:help(playerid ,params[]) { SCM(playerid, COLOR_RED, "/car /askq /report /etc /etc /etc"); return 1; }
And yea don't use strcmp it's really old and slow.Use ZCMD like everyone else. ZCMD is the fastest command proccesor around here