22.03.2016, 19:07
as i see, you defined it in a code, then converted that code into a comment, which is:
declare it as a normal pawn code so that pawn won't skip it during compiling; so it will be:
or, if you don't want to define all these variables with "virtual" variable, just do above the CreateItem code this:
pawn Код:
//new Float:x, Float:y, Float:z, Float:rx, Float: ry, Float:rz, Float:zoffset, world, interior, label, applyrotoffsets, virtual;
pawn Код:
new Float:x, Float:y, Float:z, Float:rx, Float: ry, Float:rz, Float:zoffset, world, interior, label, applyrotoffsets, virtual;
pawn Код:
new virtual;