27.05.2009, 18:15
I recommend you read this.
AddStaticPickup doesn't return the pickup ID. You will have to create pickups with CreatePickup. Put the code under OnPlayerConnect, because AFAIK, CreatePickup doesn't work under OnGameModeInit.
AddStaticPickup doesn't return the pickup ID. You will have to create pickups with CreatePickup. Put the code under OnPlayerConnect, because AFAIK, CreatePickup doesn't work under OnGameModeInit.