03.09.2011, 08:56
Hi....
top
gamemodeinit
public objectreload
i dont know what to put in the public and i want it so the player interior and the vehicle interior is set to 12 then right back to 0 over and over again..... and also that it's instant so the player doesnt really notice this..
..the reason is if you do this you wont get the invisible object bug....
top
pawn Code:
forward objectreload();
gamemodeinit
pawn Code:
SetTimer("objectreload", 400, 1);
public objectreload
pawn Code:
public objectreload()
{
........
}
i dont know what to put in the public and i want it so the player interior and the vehicle interior is set to 12 then right back to 0 over and over again..... and also that it's instant so the player doesnt really notice this..
..the reason is if you do this you wont get the invisible object bug....
![Smiley](images/smilies/smile.png)