HALP!
public OnFilterScriptInit()
{
CreatePickup(1240, 2, -551.6004, 2609.5679, 66.8359, 0);
CreatePickup(1242, 2, -551.6616, 2607.9106, 66.8359, 0);
return 1;
}
What I wanted it to do: Create a health and armor pickup and respawn after sometime it was picked up.
What it did:The armor respawns fine but the health doesn't(first CreatePickup).
So what is wrong? Do I need another return value? And yes, I'm a noob at this and im just starting to learn it.