2 Errors
#1

pawn Код:
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF's Mode\TAF Properties.pwn(213) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF'
s Mode\TAF Properties.pwn(252) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF's Mode\TAF Properties.pwn(131) : warning 204: symbol is assigned a value that is never used: "tmp"
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF'
s Mode\TAF Properties.pwn(400) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF's Mode\TAF Properties.pwn(400) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF'
s Mode\TAF Properties.pwn(400) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF's Mode\TAF Properties.pwn(400) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF'
s Mode\TAF Properties.pwn(405) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF's Mode\TAF Properties.pwn(405) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF'
s Mode\TAF Properties.pwn(405) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF's Mode\TAF Properties.pwn(405) : warning 213: tag mismatch
C:\Documents and Settings\Liat.LIAT-5FBA01523F\Desktop\pawno\TAF'
s Mode\TAF Properties.pwn(395) : warning 204: symbol is assigned a value that is never used: "text"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
131
pawn Код:
new cmd[256], idx, tmp[256];
213 & 252 (The same line diffrent text)
pawn Код:
UpdatePlayer3DTextLabelText(i, PropText, 0x38D71EFF, "Property Aviable!");
398-407
pawn Код:
if(PropInfo[propid][PropIsBought] == 0)
        {
        Create3DTextLabel("Property Aviable!",0x38D71EFF, PropX, PropY, PropZ+0.75, 20, 0, 0);
        PropInfo[propid][PickupNr]=CreatePickup(1274, 1, PropInfo[propid][PropX], PropInfo[propid][PropY], PropInfo[propid][PropZ]);
        }
        else
        {
        Create3DTextLabel("Property Taken!",0xFF0000FF, PropX, PropY, PropZ+0.75, 20, 0, 0);
        PropInfo[propid][PickupNr]=CreatePickup(1274, 1, PropInfo[propid][PropX], PropInfo[propid][PropY], PropInfo[propid][PropZ]);
        }
What is wrong?
Reply


Messages In This Thread
2 Errors - by nuriel8833 - 31.08.2010, 11:19
Re: 2 Errors - by LarzI - 31.08.2010, 11:30
Re: 2 Errors - by Vince - 31.08.2010, 11:40
Re: 2 Errors - by nuriel8833 - 31.08.2010, 13:13
Re: 2 Errors - by LarzI - 31.08.2010, 14:00
Re: 2 Errors - by nuriel8833 - 31.08.2010, 17:57
Re: 2 Errors - by nuriel8833 - 01.09.2010, 11:58
Re: 2 Errors - by LarzI - 01.09.2010, 13:17
Re: 2 Errors - by nuriel8833 - 02.09.2010, 15:22
Re: 2 Errors - by CyNiC - 02.09.2010, 15:36

Forum Jump:


Users browsing this thread: 2 Guest(s)