31.08.2010, 11:19
(
Последний раз редактировалось nuriel8833; 31.08.2010 в 13:11.
)
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.
pawn Код:
new cmd[256], idx, tmp[256];
pawn Код:
UpdatePlayer3DTextLabelText(i, PropText, 0x38D71EFF, "Property Aviable!");
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]);
}