13.05.2011, 05:54
I am working on making my own drug and weapon dealer mats and i wanted to use a 2 paramater command so in the end i decided to use sscanf. It works perfect except this error.
HERE ARE THE LINES, SIMPLY:
Also the command seems to work perfectly when i type only the /command but once i add the ammount it doesn't seem to pick it up. If you know how to fix this this i would appriciate it. I did add brackets
to fix it once but i dont think thats how i'm really supposed to do it.
Quote:
C:\Program Files\Rockstar Games\GTA San andreas\gamemodes\personals.pwn(275) : error 036: empty statement C:\Program Files\Rockstar Games\GTA San andreas\gamemodes\personals.pwn(276) : error 036: empty statement Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |
Quote:
dcmd(givedrugmats, 12, cmdtext); dcmd(givewepmats, 11, cmdtext); |
Quote:
{} |