hi guys im new to the frame of C++ but im getting there slowly lol.
im having problems with instant spawn and 5th slot, I have the codes but do they need to be in a timer? if so then can some on show me how to do them in a timer. the codes i have are in my button!

5th slot
Code:
{
Writelong(0xaddy,4); 
}
Spawn
Code:
{ 
Writelong(0xaddy1,0); 
Writelong(0xaddy2,0); 
}
hope someone can help..