07.10.2014, 14:32
anyone can help me?
For example, when I do under OnVehicleDeath this:
CreateDynamicObject(19096, X Y, Z, 0.0, 0.0, 0.0, 0, 0);
the object doesn't appear whenever the vehicle explodes (the object like flew away and disappeared for me) and I dont know how to bring it back as well..
I have tried using this code:
or entering different interiors and virtualworlds and coming back and the object just doesn't appear..
my system works perfectly as I am 100 percent certain since I use the same system in differnet commands and different situations and all of them work, the problem in the objects somehow as I mentioned I tried both types of objects, dynamic objects and normal objects and none of them work!
For example, when I do under OnVehicleDeath this:
CreateDynamicObject(19096, X Y, Z, 0.0, 0.0, 0.0, 0, 0);
the object doesn't appear whenever the vehicle explodes (the object like flew away and disappeared for me) and I dont know how to bring it back as well..
I have tried using this code:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
Streamer_Update(i);
}
my system works perfectly as I am 100 percent certain since I use the same system in differnet commands and different situations and all of them work, the problem in the objects somehow as I mentioned I tried both types of objects, dynamic objects and normal objects and none of them work!