28.03.2015, 13:50
Quote:
Hello there,
I am editing a gamemode(NVCNR one) and I am trying to make a command, but for some reason what I make doesn't work. I copied a command and changed the name, that worked but making one from scratch makes the server go: "SERVER: Unknown Command" here is a example of What I made: PHP код:
Код:
: warning 204: symbol is assigned a value that is never used: "s" : warning 217: loose indentation : warning 203: symbol is never used: "CountLogins" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings. |
second one you should indent the warning line with this site http://codegenerators.pl/ easily just paste the code and click indent then recopy to the script.
What is this CountLogins? Its not even related to the issue i think.
Yes we need more info about what you were trying to do with that command?
and i think you should make it CMD:copycommand & you dont need actually params in this command so you can just CMD:copycommand(playerid), try this. and be sure you are including zcmd.inc.