02.09.2010, 15:36
This function: UpdatePlayer3DTextLabelText(i, PropText, 0x38D71EFF, "Property Aviable!"); need have only 3 arguments, so change to UpdatePlayer3DTextLabelText(PropText[i], 0x38D71EFF, "Property Aviable!");
PropInfo is diferent of propinfo, so, change to propinfo in the line 400 and add to enum the array PickupNr.
PropInfo is diferent of propinfo, so, change to propinfo in the line 400 and add to enum the array PickupNr.
pawn Код:
enum propinfo
{
Float:PropX,
Float:PropY,
Float:PropZ,
PickupNr,
}