20.06.2013, 12:27
I am kind of stuck at the moment, I'm trying to make a command where you can give your weapon or drugs to another player. I have covered the weapon part but now I have to make the drug part. Which needs another parameters. Is there a way to add it without screwing the weapon part up?
Example weapon part:
/give weapon target
Example drug part:
/give drugs target amount
If I add amount to sscanf it won't let me execute the weapon part anymore.
Example weapon part:
/give weapon target
Example drug part:
/give drugs target amount
If I add amount to sscanf it won't let me execute the weapon part anymore.