I have added spawn protection (player starts with battle suit) to my mod and although it works fine
their is a problem around 50% of the time if you kill the player whilst he has the battle suit sometimes
it drops as a black box instead of the actual battle suit icon/graphic.
In g_client/client_spawn() I add the following
Code: Select all
client->ps.powerups[PW_BATTLESUIT] = 3000;