2 Errors.
#1

I don't know how to fix the 2 errors..

C:\Documents and Settings\Joeri\Bureaublad\Drugs\drugs.pwn(44 : error 029: invalid expression, assumed zero
C:\Documents and Settings\Joeri\Bureaublad\Drugs\drugs.pwn(44 : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Does anyone has a idea?
http://pastebin.com/m43cc6adf (script)
Reply
#2

Change line 448 from:

pawn Код:
format(coordsstring, sizeof(coordsstring), "DrugHouse: [%d]", drugsfill,);
To:


pawn Код:
format(coordsstring, sizeof(coordsstring), "DrugHouse: [%d]", drugsfill);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)