12.12.2009, 15:12
Well yes it is possible. 
If you have world time set,you can use GetPlayerTime(playerid,&hours,&minutes)
and when hours=6 and min=00 you can use "Pickupname"= CreatePickUp(modelid,type,X,Y,Z,virtualworld) and then check on hour=8 and min=00
DestroyPickUp("Pickupname")
You are at liberty to choose the pickup name!
Hope i helped

If you have world time set,you can use GetPlayerTime(playerid,&hours,&minutes)
and when hours=6 and min=00 you can use "Pickupname"= CreatePickUp(modelid,type,X,Y,Z,virtualworld) and then check on hour=8 and min=00
DestroyPickUp("Pickupname")
You are at liberty to choose the pickup name!
