undefined symbil (.virtual)
#5

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


Messages In This Thread
undefined symbol (.virtual) - by FinStar - 22.03.2016, 15:15
Re: undefined symbil (.virtual) - by SyS - 22.03.2016, 16:21
Re: undefined symbil (.virtual) - by FinStar - 22.03.2016, 17:15
Re: undefined symbil (.virtual) - by FinStar - 22.03.2016, 19:03
Re: undefined symbil (.virtual) - by Sawalha - 22.03.2016, 19:07
Re: undefined symbil (.virtual) - by Stuntff - 22.03.2016, 19:08
Re: undefined symbil (.virtual) - by FinStar - 22.03.2016, 19:15
Re: undefined symbil (.virtual) - by Stuntff - 22.03.2016, 19:29
Re: undefined symbil (.virtual) - by Sawalha - 22.03.2016, 19:34
Re: undefined symbil (.virtual) - by FinStar - 22.03.2016, 19:38

Forum Jump:


Users browsing this thread: 2 Guest(s)