23.05.2010, 17:44
Are you using any virtual worlds in your interior you want to set the pickup? If yes, and you're using CreatePickup, there is a value "virtual world" at the end. Set it to -1
Syntax:
So, use:
Syntax:
pawn Код:
CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld);
pawn Код:
CreatePickup(your_model, your_type, posX, posY, posZ, -1);